单词 | primary keys | ||||||||
释义 | primary keys
更多释义 收起释义 例句释义: 表示主键,数据库主键,标示主键 1. As I mentioned earlier, sharding forces you to be keenly aware of primary keys, as you'll manage them yourself. 如我之前提到的那样,切分迫使您重视主键,因为您将需要亲自管理这些主键。 www.ibm.com 2. It is common for relational databases to use the concept of primary keys, generated by an auto-increment feature or by a sequence generator. 在关系数据库中通常可以使用主键,它由一个自动递增特性或序列生成器生成。 www.ibm.com 3. Wide primary keys are composed of two or more columns. 宽主键由两个或更多个列组成。 www.ianywhere.com 4. Sequential numbers are often used in OLTP-like applications to generate primary keys required by the relational model. 连续数字在OLTP类应用程序中常常用于生成关系模型所需的主键。 www.ibm.com 5. In replicated databases, the error is typically raised because primary keys have not been managed appropriately across the topology. 在已复制的数据库中,通常会引发该错误,因为尚未跨拓扑对主键进行适当的管理。 msdn2.microsoft.com 6. Automatically created indexes Adaptive Server Anywhere automatically creates indexes for primary keys and for unique constraints. 自动创建的索引AdaptiveServerAnywhere自动创建主键和唯一约束的索引。 www.ianywhere.com 7. Primary keys are the unique identifiers for each row. They must contain unique values and cannot be null. 主键是每行的唯一标识符,必须包含不重复的值,而且不能为空。 www.bugsboard.net 8. The two database systems support primary keys, along with key indices that allow you to speed up queries and constrain input. 这两个数据库系统都支持主键,以及支持加速查询和约束输入的键索引。 www.ibm.com 9. If any of the tables are missing primary keys, those tables are altered to add ER shadow column keys that act as primary keys. 如果任一表缺乏主键,那么该表将被改变,以添加充当主键的ER影子列键。 www.ibm.com 10. Of course, primary keys are never defined directly against views in a commercial relational database environment. 当然,从来不直接对商业关系数据库环境中视图定义主键。 www.ibm.com 1. Relationships can be configured for cross-referencing primary keys between endpoints. 可以配置端点之间的交叉引用主键之间的关系。 www.ibm.com 2. You use primary keys and foreign keys to describe relationships between the information in different tables. 主键和外键可用来描述不同表中信息之间的关系。 www.ianywhere.com 3. Foreign keys prevent actions that would leave rows with foreign key values when there are no primary keys with that value. 防止外键的行动将使外国键值时,与该值没有主键。 wenwen.soso.com 4. Relationships, defined by the primary keys and foreign keys, tie together the information in relational database tables. 由主键和外键定义的关系将关系数据库表中的信息联系起来。 www.ianywhere.com 5. Clearly, the old rules regarding primary keys aren't in force here; so how does an object database deal with notions of uniqueness? 很明显,这里并不强制使用关于主键的旧规则,那么对象数据库如何处理惟一性概念? www.ibm.com 6. Master replicates require all nodes to access the master node to obtain the dictionary information about tables, columns, and primary keys. 主复制要求所有节点通过访问主节点来获得关于表、列和主键的字典信息。 www.ibm.com 7. One parameter is a collection of associative arrays that describe the database: table names, column names, primary keys, and foreign keys. 一个参数是描述数据库的关联数组集合:表名、列名、主键和外键。 www.ibm.com 8. Both primary keys and cross-shard queries play a major role when sharding, mainly by defining what you can't do. 进行切分时主键和跨切分查询都扮演重要角色,主要通过定义您不可以做什么实现。 www.ibm.com 9. A one-to-one relationship is created if both of the related columns are primary keys or have unique constraints. 当两个相关列都是主键或都具有唯一约束时,将创建一对一关系。 msdn2.microsoft.com 10. A template consists of schema information about a database, a group of tables, column attributes, and the primary keys that identify rows. 模板由关于数据库的模式信息、一组表、列属性和标识行的主键构成。 www.ibm.com 1. For more information on maintaining unique primary keys in a synchronization setup, see Maintaining unique primary keys. 有关维护同步设置中的唯一主键的详细信息,请参见维护唯一主键。 www.ianywhere.com 2. Your database tables did not have primary keys defined, so you will set them now. 您的数据库表还没有定义的主要关键字,所以现在您需要设置它们。 www.ibm.com 3. Primary keys are not required for tables in merge publications, but if a primary key column is present, it cannot be filtered. 主键对于合并发布中的表并不是必需的,但如果存在主键列,则无法筛选该列。 msdn2.microsoft.com 4. Due to their importance in relational databases, Primary keys are the most fundamental aspect of all keys and constraints. 由于其在关系型数据库中的重要性,主键是所有键和约束里最基础的方面。 www.bugsboard.net 5. CGTTs do not support unique constraints or primary keys, but you can create a unique index. CGTT不支持唯一的约束或主键,但您可以创建唯一的索引。 www.ibm.com 6. You can only sign primary keys. Please check your selection. 您只能签署私密金钥。请检查您的选择区。 translations.launchpad.net 7. Keys Properties. Such properties include setting primary keys, identities, and default values on each column. 这些属性包括设置每一列的主键值、标识符和默认值。 www-128.ibm.com 8. A crude solution is to add a field to the Event bean containing the primary keys of all clients attending that particular event. 一种原始的解决方案是向Eventbean添加一个包含所有参加特定活动的客户主键的字段。 www.ibm.com 9. In the Join dialog box change the comparison operator between the primary keys as required. 如有需要,在[联结]对话方块中变更主索引键之间的比较运算子。 technet.microsoft.com 10. Geronimo already supported auto-incrementing field primary keys and sequence table primary keys. Geronimo已经支持自动递增字段主键和顺序表主键。 www-128.ibm.com 1. The types of indexes that will be needed, where required, and which columns are primary keys and which are foreign keys. 所需索引的类型,哪里需要索引,哪些列是主键,哪些是外键。 msdn2.microsoft.com 2. Learn about relational databases, data models, unique keys, primary keys, foreign keys, and table joins. 了解关系数据库、数据模型、惟一键、主键、外键和表联结。 www.ibm.com 3. The metadata API also provides the ability to define nullable columns, establish primary keys, and set-up relationships between tables. 该元数据API还提供了定义可以为空的列的能力,并设置了表之间的关系。 www.ibm.com 4. You do not need to create the primary keys, sample tables, and the privacy tables. 您并不需要创建主密钥,范例表格,以及隐私表格。 www.ibm.com 5. Although tables are not required to have primary keys, it is good practice to define them. 尽管不要求表必须有主键,但最好定义主键。 www.kuenglish.info 6. You provide the basis for joining related tables by establishing pairings of primary keys and foreign keys. 通过建立主键和外键的配对提供了联接相关表的基础。 office.microsoft.com 7. You can set primary keys, create and modify queries, add and remove relationships, and set a concurrency column. 您可以设置主要关键字,创建并编辑查询,添加并删除关系,以及设置一个同步列。 www.ibm.com 8. Additionally , it rearranges the table rows so they appear in the order specified by the clustered index and primary keys . 此外,它会重组表行以便它们按聚簇索引和主键指定的顺序出现。 www.bing.com 9. We recommend that you always create indexes on primary keys. 建议始终对主键创建索引。 msdn2.microsoft.com 10. Note: Enterprise replication requires that primary keys be defined on all tables. 注意:企业复制要求在所有表上定义主键。 www.ibm.com 1. For multiple-column primary keys, only the AllowDBNull property is automatically set to false. 如果是多列主键,则只有AllowDBNull属性自动设置为false。 msdn2.microsoft.com 2. Primary keys and foreign keys, while used primarily for validation purposes, can also improve database performance. 主键和外键虽然主要用于校验,但也可以提高数据库性能。 www.ianywhere.com 3. Includes declared referential integrity on the primary keys. 包含已对主键声明的引用完整性。 msdn2.microsoft.com 4. Logical primary keys (needed if a primary key is not defining in the underlying table or is not included in the view or named query). 逻辑主键(仅当未在基础表中定义主键或者未在视图或命名查询中包含主键时需要)。 msdn2.microsoft.com 5. Attempting to use this clause on tables without primary keys generates a syntax error. 如果尝试对没有主键的表使用此子句,则将造成语法错误。 www.ianywhere.com 6. Reducing the number of columns in your primary keys can improve performance. 减小主键中的列数可以改进性能。 www.ianywhere.com 7. You then use table relationships and primary keys to tell Access how to bring the information back together again. 然后,使用表关系和主键以指示Access如何将信息再次组合起来。 office.microsoft.com 8. Another major enhancement is the support for generating primary keys. 另一个主要增强是支持生成主键。 www.ibm.com 9. As will be explained later, these identifiers become primary keys within your tables. 这些标识符在表中将成为主键,下文中将对此进行说明。 www.ianywhere.com 10. Fortunately, dtd2sql can take the road of some commercial RDBMSs and simply eschew "natural" primary keys. 幸好,dtd2sql可以采取某些商业RDBMS的途径,这样就能轻易地避开“天然的”主键。 www.ibm.com 1. The DataSet also depicts the primary keys of the two tables. 该数据集还描述了这两个表的主键。 blog.sina.com.cn 2. Database structure change to remove search path from primary keys. 数据库结构更改,从主键删除了搜索路径。 www.ibm.com 3. You then add foreign keys to related tables that reference those primary keys. 然后,您向相关表中添加参照这些主键的外键。 office.microsoft.com 4. Keys view Allows defining primary keys, unique keys, and foreign keys. Keys视图允许定义主键、惟一键和外键。 www-128.ibm.com 5. Note that when tables without primary keys are used, only select and insert statements are generated. 请注意,当使用没有主键的表时,只能生成选择和插入语句。 www-128.ibm.com 6. You should not update primary keys in a SQL Remote installation. 您不能在SQLRemote系统中更新主键。 www.ianywhere.com 7. It well avoids the table redundancy and the record repeat with the primary keys, the foreign keys and the table indexes. 采用主键、外键和索引充分排除了数据库表的字段冗余,有效预防了记录的重复; www.fabiao.net 8. Now XML transforms this to generate another XML document with the primary keys parameterized instead of hardcoded keys. 现在,XML转化已经把输入文档转化成另外一个XML文档,其主键已经被参数化而不是硬编码。 www.ibm.com 9. Annotations within a JPA entity can represent table columns, relationships to other tables, primary keys, and so on. 一个JPA实体中的注释,可以显示出表格的列,其他表格之间的关系,主关键字以及等等。 www.ibm.com 10. The secondary keys correspond with primary keys in other tables. 辅键与其它表中的主键对应。 www-128.ibm.com 1. By default, Streamlined excludes special Rails fields such as foreign keys, primary keys, and timestamps, and includes the rest. 默认情况下,Streamlined排除了特殊的Rails字段,例如外键、主键、时间戳,而包含了其余字段。 www.ibm.com 2. This is because primary keys and foreign keys are frequently used to join tables. 这是因为通常使用主键和外键来联接表。 msdn2.microsoft.com 3. Then events with the same primary keys are in the same group and they are being delivered in an orderly way. 然后,主键相同的事件将位于相同分组中,并且它们将按顺序交付。 www.ibm.com 4. In the example data model, columns item_id and suppl_id are primary keys in the remote tables, items and supplier. 在例子数据模型中,列item_id和suppl_id是远程表items和supplier中的主键。 www.ibm.com 5. Parameter is a collection of database primary keys. 参数是数据库主键的集合。 msdn2.microsoft.com 6. Stores data as 4-byte values; typically used in primary keys. 将数据存储为4字节值;通常在主键中使用。 office.microsoft.com 7. Object belongs must have an array of columns designated as primary keys. 对象必须具有指定为主键的列的数组。 msdn2.microsoft.com 8. As well as having primary keys, tables typically have some secondary keys. 除了具有主键以外,表通常还有一些辅键。 www.ibm.com 9. Returns the foreign keys that reference primary keys on the table in the linked server. 返回引用链接服务器中表的主键的外键。 technet.microsoft.com 10. You can also drop primary keys, indexes, and unique constraints from the update script. 您也可以从更新指令码置放主索引键、索引和唯一的条件约束。 technet.microsoft.com 1. At first, the events are divided into some groups by primary keys in the business objects. 首先,根据业务对象中的主键将事件划分到一些分组中。 www.ibm.com 2. Provides access to common queries based on primary keys, foreign keys, and indexes. 为基于主键、外键和索引的通用查询提供访问 www.infoq.com 3. Primary keys are not generated on fact tables. 主键不会在事实数据表中生成。 msdn2.microsoft.com 4. Indexes are not just for the primary keys or the unique keys. 索引并不一定就是给主键或是唯一的字段。 blog.163.com 5. Needs the correct identification of the primary keys of the table in order to work correctly. 需要表的主键的正确标识,才能正常工作。 msdn2.microsoft.com 6. You use a dynamic relationship to correlate data based on primary keys. 您将使用动态关系来基于主键对数据进行关联。 www.ibm.com 7. This is because a group with the same primary keys raises one thread of event delivery. 这是因为主键相同的分组发起一个事件交付线程。 www.ibm.com 8. The primary keys used are random 18-digit integers. 使用的主键是随机18位整数。 www.ibm.com 9. Variables for fields such as primary keys were duplicated from entity to entity. 对应于主键等字段的变量在各个实体中重复出现。 www.ibm.com 10. The following example illustrates how primary keys can make queries execute more quickly. 以下示例说明主键如何加快查询的执行速度。 www.ianywhere.com 1. First, we map a real one-to-one association using shared primary keys: 首先,我们通过共享主键来进行一对一关联映射: blog.sina.com.cn 2. Conflicts do not apply to primary keys 冲突不适用于主键 www.ianywhere.com 3. Cannot Script Full-Text Indexes for Tables with No Primary Keys Even if Another Unique Index Exists 无法为没有主键的表创建全文本索引,即使该表中有另一个唯一的索引 support.microsoft.com 4. Therefore, the primary keys that are chosen must follow the rules for 因此,所选的主键必须遵守 msdn2.microsoft.com 5. IAnywhere. Com - Ensuring unique primary keys iAnywhere.com-确保主键的唯一性 www.ianywhere.com 6. Note that primary keys and unique constraints are added to the 请注意,主键和唯一约束按照上述规则添加到 msdn2.microsoft.com 7. Specifications for all primary keys and foreign keys 对于所有主键和外键的规范。 www.ibm.com 8. For information about primary keys, see 有关主键的信息,请参阅 msdn2.microsoft.com 9. How can you create Logical ties between tables. primary keys and foreign keys 如何创建表之间的逻辑关系。主键和外键 wenku.baidu.com 10. Defining Logical Primary Keys in a Data Source View (Analysis Services) 在数据源视图中定义逻辑主键(AnalysisServices) msdn2.microsoft.com 1. Defining Logical Primary Keys in a Data Source View 在数据源视图中创建逻辑主键 www.ichacha.net |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。