单词 | foreign keys | ||||||||||||||||
释义 | foreign keys
更多释义 收起释义 例句释义: 外来键,外键支持,外部键字 1. In Figure 10 you see three tables, their keys (OIDs), and the foreign keys used to implement the relationships between them. 在图10中有三张表,它们的键(OID)和外键用于在它们之间实现关系。 www.ibm.com 2. Again, notice that GORM allows you to think in terms of objects instead of primary or foreign keys. 同样地,我们注意到GORM也允许您从对象而不是主键或外键的角度来思考。 www.ibm.com 3. You will not be able to clear the check boxes for tables that are referenced by foreign keys in other included tables. 如果资料表为其他一起包括的资料表中的外部索引键所参考,您将无法清除其核取方块。 technet.microsoft.com 4. ActiveRecord uses primary and foreign keys for a variety of tasks, and both are defined as constraints on your database. ActiveRecord会为不同的任务变量使用主键和副键,它们都是作为数据库的约束而定义的。 www.infoq.com 5. Any cascading actions defined on a related primary key will not be performed on rows that contain foreign keys that are disabled . 将不对包含已禁用外键的行执行对相关主键定义的任何级联操作。 www.bing.com 6. The other problem is bookmarks, which in a data system are actually known as "foreign keys" . 另一个问题是书签,在数据系统中它实际上是“外键”。 www.infoq.com 7. The keys you choose for the dimensions must be the foreign keys of the fact. 您为维度所选择的键必须是事实的外键。 www.ibm.com 8. The ability to create primary and foreign keys as well as CHECK and UNIQUE constraints on columns of this type. 能够对此类型的列创建主键和外键以及CHECK和UNIQUE约束。 msdn2.microsoft.com 9. If you want to generate data for a table with foreign keys, you must also generate data for the tables that are referenced by the key. 如果要替含有外部索引键的资料表产生资料,那麽也必须替索引键参考的资料表产生资料。 technet.microsoft.com 10. Therefore the scaffold generated should be used to upload data one file at a time in order to maintain all the foreign keys associations. 因此,应该使用生成的scaffold每次上载一个文件,从而维护所有外键关联。 www.ibm.com 1. Declaring associations in your Ruby classes and setting up the foreign keys in the schema. It would all go away. 在Ruby类中声明关联并在Schema中设置外键,这一切都会消失的。 www.infoq.com 2. Foreign keys are a method of ensuring data integrity and manifestation of the relationship between tables. 外键是一种保证数据完整性和表之间表现关系的方法。 www.bugsboard.net 3. You use primary keys and foreign keys to describe relationships between the information in different tables. 主键和外键可用来描述不同表中信息之间的关系。 www.ianywhere.com 4. You ve followed the Rails convention for your primary and foreign keys, so you ll get the configuration for free. 这个表遵循了Rails对主键和外键的约定,所以可以不必进行配置。 www-128.ibm.com 5. Foreign keys prevent actions that would leave rows with foreign key values when there are no primary keys with that value. 防止外键的行动将使外国键值时,与该值没有主键。 wenwen.soso.com 6. Relationships, defined by the primary keys and foreign keys, tie together the information in relational database tables. 由主键和外键定义的关系将关系数据库表中的信息联系起来。 www.ianywhere.com 7. In this correspondence, you need to express the link between the primary and foreign keys, and specify a value for this attribute. 在该通讯中,你需要表达主键和外键之间的联系,并指明该属性的值。 www.ibm.com 8. Referential integrity refers to the rules about the relationships between the primary and foreign keys of tables. 引用完整性是指有关表的主键和外键之间的关系的规则。 msdn2.microsoft.com 9. The same is true of foreign keys, like the one specified in the belongs_to association above. 对外键来说也是同样的,就像上面那个定义了belongs_to关联一样。 www.infoq.com 10. One parameter is a collection of associative arrays that describe the database: table names, column names, primary keys, and foreign keys. 一个参数是描述数据库的关联数组集合:表名、列名、主键和外键。 www.ibm.com 1. Outer joins can be converted to inner joins by augmenting fact tables with default values for foreign keys. 可通过用针对外键的默认值来填充fact表,来将外部连接转换为内部连接。 www.ibm.com 2. To mark up the tables, you need to stereotype them, mark their foreign keys, and align their key gen tables to KEYGEN. 要标记这些表格,您需要给它们原型,标记它们外来的密钥,并且使它们的keygen表格调整到KEYGEN。 www.ibm.com 3. The Keys view allows you to define primary, unique, and foreign keys for the table. Keys视图允许定义表的主键、惟一键和外键。 www.ibm.com 4. A table may have multiple foreign keys that refer to multiple parent tables linking various types of information. 一个表可能具有引用多个父表的多个外键,从而链接多种类型的信息。 www.ianywhere.com 5. The names of tables, fields, data types, and primary and foreign keys of a database. 数据库的表、字段、数据类型以及主键和外键的名称。 technet.microsoft.com 6. However, it does not currently support copying of foreign keys, either parent or child. 然而,不管是父表还是子表,目前还不支持复制外键。 www.ibm.com 7. Clearly the use of check constraints has a minor effect on performance, but foreign keys and triggers can be extremely significant. 显然,检查约束的使用对性能有一点小小的影响,但是外键和触发器的影响却非常大。 www.ibm.com 8. CASCADE When used with ON UPDATE, this action updates all foreign keys that reference the updated primary key to the new value. CASCADE与ONUPDATE一起使用时,此动作将把所有参照被更新的主键的外键更新为新值。 www.ianywhere.com 9. Foreign keys on computed columns must also be marked PERSISTED. 计算列上的外键也必须标记为PERSISTED。 msdn2.microsoft.com 10. The rules ensure that the foreign keys in a database contain the correct values. 这组规则确保数据库中的外键包含正确的值。 office.microsoft.com 1. relational tables also require primary and foreign keys , which are not supplied by the class model. 关系表格也需要基本和外在的关键码,而类别模型则没有提供这些关键码。 www.ichacha.net 2. The types of indexes that will be needed, where required, and which columns are primary keys and which are foreign keys. 所需索引的类型,哪里需要索引,哪些列是主键,哪些是外键。 msdn2.microsoft.com 3. Learn about relational databases, data models, unique keys, primary keys, foreign keys, and table joins. 了解关系数据库、数据模型、惟一键、主键、外键和表联结。 www.ibm.com 4. Note that the command may output warnings about altering foreign keys on the tables, which are safe to ignore. 注意:命令执行过程中可能提示外键警告信息,没有大碍忽略即可(安全忽略)。 www.pkwall.com 5. When used with ON DELETE, this action deletes all rows containing foreign keys that reference the deleted primary key. 与ONDELETE一起使用时,此动作将删除所有包含参照被删除的主键的外键的行。 www.ianywhere.com 6. Foreign keys within tables maintain the relationship between intra-group and inter-group tables. 表中的外键维护着组间以及组内表之间的管理。 www.ibm.com 7. The CheckOutRecord object links a particular user to a reserved system using foreign keys in the CheckOutRecord table that backs this model. CheckOutRecord对象使用支持此模型的CheckOutRecord表中的外键将特定的用户链接到保留的系统。 www.ibm.com 8. You provide the basis for joining related tables by establishing pairings of primary keys and foreign keys. 通过建立主键和外键的配对提供了联接相关表的基础。 office.microsoft.com 9. SET DEFAULT specifies that foreign keys are set to the default value defined for the column. SETDEFAULT指定将外键设置为定义的列默认值。 msdn2.microsoft.com 10. Update or delete operations that use READPAST may block when reading foreign keys or indexed views , or when modifying secondary indexes . 读取外键或索引视图或者修改辅助索引时,使用READPAST的更新或删除操作可能发生阻塞。 www.bing.com 1. For more on MySQL referential integrity, please see the section on foreign keys constraints in the MySQL product documentation. 要深入了解MySQL参照完整性,请参考MySQL产品文档中关于外部关键字的部分。 www.ibm.com 2. In the foreign keys page (shown in Figure 3), add a new foreign key ord_cust_key. 在外键页面中(如图3所示),增加一个新的外键ord_cust_key。 www.ibm.com 3. Separate indexes are created automatically for primary and foreign keys. 系统将自动为主键和外键创建单独的索引。 www.ianywhere.com 4. Relationships in relational databases are maintained through the use of foreign keys. 关系数据库中的关系是通过使用外键来维护的。 www.ibm.com 5. Primary keys and foreign keys, while used primarily for validation purposes, can also improve database performance. 主键和外键虽然主要用于校验,但也可以提高数据库性能。 www.ianywhere.com 6. This makes importing foreign keys easier in relational database models. 这样使得在关系数据库模型中导入外键更方便。 www.ibm.com 7. For introductory information about primary and foreign keys, see the article Database design basics. 有关主键和外键的介绍性信息,请参阅数据库设计基础一文。 office.microsoft.com 8. The REFERENCES permission allows a user to create indexes on a table and to create foreign keys. REFERENCES权限允许用户在表中创建索引和创建外键。 www.ianywhere.com 9. In order to implement relationships that do not carry data, you define foreign keys. 要实施不带有数据的关系,需要定义外键。 www.ianywhere.com 10. You only need to designate a data object contains the names (table, the primary key, foreign keys, etc. ) on the form. 你只需要指定包含有数据对象的名字(表、主键、外键等)就形了。 nulung.com 1. Transform the output of Step 2 for compatibility with ID Resolution, replace primary and foreign keys with tokens. 为了兼容性,用IDResolution转化第二步中的输出,用记号取代主键和外键。 www.ibm.com 2. Unlike foreign keys, however, they also make the application code simpler, regardless of whether they are OO or procedural in nature. 但是和外键不同的是,它们也使得应用程序代码变得简单,不管它们本质上是OO还是流程化的。 www-128.ibm.com 3. For the sake of simplicity, it contains no explicit foreign keys. 为简单起见,该图不含显式的外键。 www.ibm.com 4. You then add foreign keys to related tables that reference those primary keys. 然后,您向相关表中添加参照这些主键的外键。 office.microsoft.com 5. Keys view Allows defining primary keys, unique keys, and foreign keys. Keys视图允许定义主键、惟一键和外键。 www-128.ibm.com 6. Foreign keys that do not have indexes defined. 外键未定义索引。 www.ibm.com 7. The information in one table is related to that in other tables by foreign keys. 一个表中的信息可以通过外键与其它表中的信息相关联。 www.ianywhere.com 8. It well avoids the table redundancy and the record repeat with the primary keys, the foreign keys and the table indexes. 采用主键、外键和索引充分排除了数据库表的字段冗余,有效预防了记录的重复; www.fabiao.net 9. Some tables have foreign keys that reference columns in other tables. 某些资料表有外部索引键,会参考其他资料表中的资料行。 technet.microsoft.com 10. By default, Streamlined excludes special Rails fields such as foreign keys, primary keys, and timestamps, and includes the rest. 默认情况下,Streamlined排除了特殊的Rails字段,例如外键、主键、时间戳,而包含了其余字段。 www.ibm.com 1. This is because primary keys and foreign keys are frequently used to join tables. 这是因为通常使用主键和外键来联接表。 msdn2.microsoft.com 2. The star schemas require the generation and proper use of primary or foreign keys for the fact and dimension tables. 星型模式要求生成并适当使用事实表和维表的主键或外键。 www.ibm.com 3. The foreign table cannot have two foreign keys with the same role name. 外表不能有两个角色名相同的外键。 www.ianywhere.com 4. In addition, foreign keys own a refTable attribute, which points to a primary key defined in another table. 此外,外键拥有一个refTable属性,它指向另一个表定义的主键。 www.ibm.com 5. Is a computed column, and cannot contribute to foreign keys. 是计算所得的列,无法分配给外键。 msdn2.microsoft.com 6. Find duplicate indexes and foreign keys on MySQL tables. 查找MySQL表中重复的索引和外键索引。 www.mcncc.com 7. The DataTables can be related by primary and foreign keys. DataTable可以通过主键和外键相关联。 www.ibm.com 8. Of course, there are other ways of creating foreign keys; the discussion of which is beyond the scope of this article. 当然,创建外键的方法有多种;不过如果要深入下去,那么就超出了本文的讨论范围。 www.infoq.com 9. In fact, DrySQL generates your associations automatically, foreign keys and all. 实际上,DrySQL会自动生成关联、外键和所有的东西。 www.infoq.com 10. If a primary key is deleted, all foreign keys referencing the table will also be deleted. 如果删除主键,引用表的所有外键也将被删除。 www.ianywhere.com 1. We ve also seen how foreign keys are represented in the Schema files. 我们还知道如何在模式文件中表示外键。 www-128.ibm.com 2. So to make things simpler for this article, no foreign keys are used. 因此为了简化起见,本文没有使用外键。 www.ibm.com 3. Returns the foreign keys that reference primary keys on the table in the linked server. 返回引用链接服务器中表的主键的外键。 technet.microsoft.com 4. If you do not want to migrate the foreign keys from the remote database, you can skip to step 7. 如果不想从远程数据库中迁移外键,则可以跳至第7步。 www.ianywhere.com 5. Select the workdept attribute from the Employee Foreign Keys column in the table, and click OK to create the relationship. 在表格的EmployeeForeignKeys列中选中workdept属性,并点击OK以创建关系。 www.ibm.com 6. Shows how to perform table row filtering using foreign keys in the same table where filtering is performed. 演示如何使用执行筛选的表中的外键来执行表行筛选。 technet.microsoft.com 7. They know all about normal forms and foreign keys and SQL. 们了解有关普通表单和外键以及SQL的所有内容。 www.ibm.com 8. Provides access to common queries based on primary keys, foreign keys, and indexes. 为基于主键、外键和索引的通用查询提供访问 www.infoq.com 9. It is frequently useful to also create indexes on foreign keys. 另外,对外键创建索引通常也非常有用。 msdn2.microsoft.com 10. A primary key is used to relate a table to foreign keys in other tables. 主键用来将表与其他表中的外键相关联。 office.microsoft.com 1. What's new: Eliminate index on foreign keys. 新增特性:取消外键上索引。 www.ibm.com 2. Inserting a row when there are foreign keys is a different matter. 如果有外键,则插入一行就是另外一回事了。 www.ibm.com 3. SQL Server applies any CASCADE rules that are defined on the foreign keys of the target table to the newly moved partition. SQLServer将对目标表的外键定义的所有CASCADE规则都应用到新移动的分区。 msdn2.microsoft.com 4. The data has been normalized so that values are stored only once, requiring the use of foreign keys in various elements. 其中的数据已经标准化,以便这些值仅存储一次(在不同的元素中需要使用外键)。 www.ibm.com 5. MySQL was actually a more popular open-source database, but it lacked too many features (for example, foreign keys). MySQL实际上是更加流行的开放源码的数据库,但是它缺少太多的特性(比如,外键支持)。 www.ibm.com 6. For target databases that are version 8. 0. 0 Or earlier, foreign keys are migrated automatically. 对于版本8.0.0或更早版本的目标数据库,将自动迁移外键。 www.ianywhere.com 7. This is useful when the table you display has columns containing foreign keys to rows in a related table. 如果所显示的表的某些列包含到相关表中行的外键,这会很有用。 msdn2.microsoft.com 8. This section describes how to create and edit foreign keys in your database. 本节将介绍如何在数据库中创建和编辑外键。 www.ianywhere.com 9. Do the same for the table into which you want to copy the columns as foreign keys. 为要将该列复制为其中的外键列的表执行相同的操作。 msdn2.microsoft.com 10. If you do not want to migrate the foreign keys , you must upgrade the database file format to version 8. 0 . 1 Or later. 如果不想迁移外键,则您必须将数据库文件格式升级为版本8。0。1或更高版本。 www.bing.com 1. In certain cases such as with Transformer modelers, there is a clear benefit to exposing these foreign keys to the users. 在特定的情况下,比如涉及Transformer建模师时,向用户显示这些外键显然是有好处的。 www.ibm.com 2. Make sure any foreign keys in a table (that is, keys that link a record to a record in another table) are properly indexed. 确保一个表中的任何外键(即链接记录到另一个表中的记录的键)的索引得到合理编制。 www.ibm.com 3. For example, belongs_to, has_many, etc. are there to support associations (foreign keys in the db, etc) and they are unnecessary. 例如,belongs_to和has_many等的存在都是为了提供对关联(数据库中的外键等)的支持。 www.infoq.com 4. Mapping relationships to database foreign keys 将关系映射到数据库外键 www-128.ibm.com 5. Specifications for all primary keys and foreign keys 对于所有主键和外键的规范。 www.ibm.com 6. How can you create Logical ties between tables. primary keys and foreign keys 如何创建表之间的逻辑关系。主键和外键 wenku.baidu.com 7. Expose Fact Table Foreign Keys in the Package 在包中显示事实表的外键 www.ibm.com |
||||||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。