单词 | primary key |
释义 | 例句释义: 主关键字,主码,主键,主键约束,主索引键 1. However, at least one column of any table or view must be identified to the JDBC data mediator service as the "primary key. " 不过,在任何表或视图中,至少有一列要作为“主键”标识给JDBC数据中介服务。 www.ibm.com 2. Only one candidate can be chosen as the primary key of a table ; all other candidate keys are known as alternate keys . 只有一个候选键可以选择作为表的主键;所有其他候选键都称为备用键。 www.bing.com 3. Make sure you are not trying to assign a value to a primary key field where the primary key already exists in the data table. 确定您未尝试将值指定至主索引键栏位,而此栏位中的主索引键已存在于资料表中。 msdn.microsoft.com 4. Note that this assumes that key columns are never updated; once a row exists, it is immutably tied to its primary-key value. 注意,这假设从不更新键列;一旦一行存在了,它的主键值就不变了。 www.ibm.com 5. Second, because there may not be a primary key over the table, the search condition of the query may be unable to uniquely identify the row. 第二,因为不是主键,查询条件可能不是表中的唯一性ID。 dingchaoqun12.blog.163.com 6. A primary key column called id will also be added, however since this is the default we do not need to ask for this. 一个名叫id的主键列也被添加,然而因为这是默认操作的不需要我们刻意添加。 wenku.baidu.com 7. A typical example: Even if the primary key is always a Long across all database tables, the column names might be different. 请考虑一种典型情况:所有数据库表的主键都是Long类型的,但是列名可能不一样。 www.ibm.com 8. Primary key generation and unknown primary key field handling is now becoming supported, and more people are beginning to use it. 现在已经开始支持自动生成主键和未知的主键字段处理,而且越来越多的人开始使用它。 www.ibm.com 9. However, you cannot change the length of a column defined with a PRIMARY KEY constraint. 但是,不能更改使用PRIMARYKEY约束定义的列长度。 msdn2.microsoft.com 10. You cannot change the length of a column defined with a PRIMARY KEY or FOREIGN KEY constraint. 无法更改用PRIMARYKEY或FOREIGNKEY约束定义的列的长度。 technet.microsoft.com 1. Select the foreign key column and the primary key table and column with which you want form a relationship. 选择外键列以及要与之建立关系的主键表和列。 msdn2.microsoft.com 2. However, it is possible you might have a perfectly valid need to change the primary key for a shipper that has orders in the Orders table. 但是,您可能确实需要更改某个运货商的主键,而该运货商在“订单”表中有订单。 office.microsoft.com 3. Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array. 获取一个值,该值指示集合中任何行的主键列中是否包含在对象数组中指定的值。 msdn2.microsoft.com 4. A better solution is to make Categories a new subject for the database to track, with its own table and its own primary key. 更好的方法是让“类别”成为数据库中要跟踪的新主题,使其具有自己的表和主键。 office.microsoft.com 5. The database server automatically builds an index for the primary key of every table. 数据库服务器自动为每个表的主键构建索引。 www.ianywhere.com 6. Next, you see that "deptno" has been annotated with an @Id annotation, signifying that it is the primary key attribute. 接下来,您可以看到“deptno”已经带上了@Id注释,意味着它就是主关键字属性。 www.ibm.com 7. When you create a new table in Datasheet view, Access automatically creates a primary key for you and assigns it the AutoNumber data type. 在数据表视图中创建新表时,Access自动为您创建主键,并且为它指定“自动编号”数据类型。 office.microsoft.com 8. Gets a value that indicates whether the primary key columns of any row in the collection contain the specified value. 获取一个值,该值指示集合中任何行的主键中是否包含指定的值。 msdn.microsoft.com 9. Identifiers in entities become (at least part of) the primary key in a table. 实体中的标识符(至少一部分)将变为表中的主键。 www.ianywhere.com 10. Although including the primary key in the URI is a reasonable default, it offends my delicate sense of aesthetics in two ways. 虽然在URI内包含主键的默认设置十分合理,但我认为它还是在两个方面违背了美学标准。 www.ibm.com 1. Gets a value that indicates whether the primary key of any row in the collection contains the specified value. 取得值,指出集合中任何资料列的主索引键是否包含指定的值。 technet.microsoft.com 2. Create a unique constraint to ensure no duplicate values are entered in specific columns that do not participate in a primary key. 创建唯一约束可确保在不参与主键的特定列中不输入重复值。 msdn2.microsoft.com 3. Object belongs must have at least one column designated as a primary key column. 对象必须至少有一列被指定为主键列。 msdn2.microsoft.com 4. The column will be an auto-incrementing primary key for the parent table, and will be used for the DataRelation between the two tables. 该列将成为父表的自动递增主键,并将用于两个表之间的DataRelation。 msdn2.microsoft.com 5. You want this to be the primary key for your table, so use the @Id annotation to declare this. 想要它成为表的主键,使用@Id注释来声明。 www.ibm.com 6. You also want to be able to write data to all the columns except the primary key (because you cannot write to the primary key column). 还希望能够将数据写入除主键外(因为不能向主键列写入)的所有列。 technet.microsoft.com 7. On the next page of the wizard, select the Choose my own primary key option, choose CustomerID from the list, and then click Next. 在向导的下一页上,选择“我自己选择主键”选项,从列表中选择“客户ID”,然后单击“下一步”。 office.microsoft.com 8. This scenario typically occurs in a property bag scenario when properties of an object are fetched and its primary key value is known. 这种情况通常出现在属性包方案中,此时提取对象的属性并且已知其主键值。 msdn2.microsoft.com 9. Fortunately, with a basic understanding of the primary key and foreign key strategy employed, you can find anything you want. 幸运的是,随着对使用的主键和外键策略的基本理解,可以找到您所需的全部内容。 www.ibm.com 10. Each data record must be identifiable by means of a primary key. 每条数据记录必须用一个主键来识别。 hi.baidu.com 1. The values inserted include the primary key from the new row and the name of the business object that will be populated with the row data. 插入的值包括新行的主键和将要使用行数据填充的业务对象的名称。 www.ibm.com 2. The application will be able to know what value is put into the primary key column, and continue to insert rows in the child tables. 应用程序就可以知道放入主键列中的是什么值,从而继续向子表插入一个行。 www.ibm.com 3. When a remote user inserts a new row into a table, they use a stored procedure to select a valid primary key from the pool. 当远程用户向表中插入新行时,他们使用存储过程从池中选择有效的主键。 www.ianywhere.com 4. Whenever you retrieve a new row from the database, the row is logged in an identity table by its primary key, and a new object is created. 只要您从数据库中检索新行,该行就会由其主键记录到标识表中,并且会创建一个新的对象。 technet.microsoft.com 5. Is thrown when invoking the following methods to access a row in a table that has no primary key. 在调用以下方法访问没有主键的表中的行时引发。 msdn2.microsoft.com 6. In some cases, you may want to use two or more fields that, together, provide the primary key of a table. 在某些情况下,您可能想使用两个或多个字段一起作为表的主键。 office.microsoft.com 7. Access also ensures that every record has a value in the primary key field, and that it is always unique. Access还确保每条记录的主键字段中都有一个值,并且该值始终是唯一的。 office.microsoft.com 8. To work, Sphinx must be able to tie a search result to a 32-bit integer primary key. 为此,Sphinx必须能够把搜索结果与32位整型主键绑定在一起。 www.ibm.com 9. Customer wants to identify the primary key of the last good record before a corruption in an indexed file. 在索引文件遭到破坏之前,客户想要标识最后一个有效记录的主要键值。 e-support.hp.com.cn 10. This is just a basic two-column table with the template name as the primary key, so no two templates can have the same name. 这只是一个由两列构成的基本的表,以模板名作为主键,所以任何两个模板都不能具有相同的名称。 www-128.ibm.com 1. The typical method is to look up the entity by its primary key, because that will guarantee a unique result. 典型的方法是根据实体的主关键字进行查询,因为这可以保证产生一个独一无二的结果。 www.ibm.com 2. The relationship must relate at least one column from the foreign-key table to at least one column in the primary key table. 必须使外键表中的至少一列与主键表中的至少一列相关。 msdn2.microsoft.com 3. A unique constraint guarantees that there are no duplicates in a specific column and allows you to define a primary key. 唯一的条件约束保证在特定资料行内没有重复,并可让您定义主要索引键。 technet.microsoft.com 4. Determines what action will happen to the child row or column when a primary key value is changed or deleted. 确定当主键值被更改或删除时将对子行或子列执行的操作。 msdn2.microsoft.com 5. To avoid problems, do not use these types as part of a primary key. 为避免出现问题,请不要将这些类型用作主键的一部分。 www.ianywhere.com 6. Make a one-to-many relationship if only one of the related columns is a primary key or has a unique constraint. 如果在相关列中只有一列是主键或具有唯一约束,则创建一对多关系。 msdn2.microsoft.com 7. An index created as part of a PRIMARY KEY or UNIQUE constraint is automatically given the same name as the constraint name. 创建为PRIMARYKEY或UNIQUE约束的一部分的索引将自动给定与约束名称相同的名称。 technet.microsoft.com 8. There can be multiple key elements for a table, even for a table with a single-part primary key. 一个表可以有多个键元素,甚至具有单部分主键的表也可以有多个键元素。 msdn2.microsoft.com 9. The use of autoincrement as a primary key is not recommended in a database that is going to be synchronized. 不建议在要进行同步的数据库中将自动增量用作主键。 www.ianywhere.com 10. In other words, all columns that are part of the partitioning key must be present in the primary key or unique index definition. 换句话说,作为分区键一部分的所有列都必须出现在主键或惟一索引定义中。 www.ibm.com 1. In the Navigation Pane , right click the table to which you want to add the primary key and, on the shortcut menu, click Design View . 在导航窗格中,右键单击要向其添加主键的表,然后在快捷菜单上,单击“设计视图”。 www.bing.com 2. Transactional replication requires a primary key for each published table; therefore the constraint cannot be dropped. 事务性复制要求每个已发布表都具有主键,因此不能删除约束。 msdn2.microsoft.com 3. In order to create a foreign key relationship, at least one of the two tables must have a primary key or unique constraint defined. 要创建外键关系,两个表中必须至少有一个定义了主键或唯一约束。 msdn2.microsoft.com 4. Any column can be used for the logical primary key, including a named calculation. 任何列都可用于逻辑主键(包括命名计算)。 msdn2.microsoft.com 5. We keep only a compound primary key and a secondary index for each row, and answer all queries from a single index. 我们只保留了一个组合主键和一个辅助索引来完成所有的查询。 www.bing.com 6. If the primary key consists of a single field, click the row selector for that field. 如果该主键只包含单个字段,则单击该字段的行选择器。 office.microsoft.com 7. RESTRICT Generates an error and prevents the modification if an attempt to modify a referenced primary key value occurs. RESTRICT生成一条错误消息,并在尝试修改被参照的主键时,拒绝进行修改。 www.ianywhere.com 8. If the database has a table without a primary key, the Entity Data Model tools try to infer a key for the corresponding entity. 如果数据库中有一个未设置主键的表,那么实体数据模型工具会尝试为相应的实体推断一个键。 technet.microsoft.com 9. 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 10. However, each row must have a unique primary key, which is a sort of name for that particular bundle of data. 不过,每一行的主键(一种用于特定一组数据的名称)必须是唯一的。 www.ibm.com 1. In the backup script, it's important that you pull the records out in primary-key order. 在备份脚本中,一定要按照主键顺序拖出记录。 www.ibm.com 2. An example of a poor choice for a primary key would be a name or address. 将姓名或地址作为主键则是一种糟糕的选择。 office.microsoft.com 3. The INSERT statement attempts to put new rows on the same table page as the one containing adjacent rows as per the primary key order. INSERT语句按照每个主键顺序尝试在包含相邻行的页上放置新行。 www.ianywhere.com 4. If CLUSTERED is specified for a UNIQUE constraint and a PRIMARY KEY constraint is also specified, the PRIMARY KEY uses NONCLUSTERED. 如果为UNIQUE约束指定了CLUSTERED,并且指定了PRIMARYKEY约束,则PRIMARYKEY使用NONCLUSTERED。 technet.microsoft.com 5. In addition, the CREATE TABLE and ALTER TABLE statements can be used to set locking granularity on PRIMARY KEY and UNIQUE constraints. 另外,CREATETABLE和ALTERTABLE语句还可用于设置PRIMARYKEY和UNIQUE约束的锁定粒度。 technet.microsoft.com 6. Represents the exception that is thrown when you try to access a row in a table that has no primary key. 表示在尝试访问没有主键的表中的行时引发的异常。 msdn2.microsoft.com 7. Join filtering logic for a publication that does not match the primary key and foreign key constraints . 为主键和外键约束不匹配的发布联接筛选逻辑。 www.bing.com 8. An example would be retrieving and caching the next available batch of keys from a primary key sequence table. 例如,在从主键序列表中检索并缓存下一批可用的键值时。 www.ibm.com 9. To convert an existing column into a primary key, click on the column (property in the class) in the diagram. 要转换一个已有的列成为一个主键,在图中点击这个列(类中的属性)。 www.ibm.com 10. Define a primary key to enforce uniqueness for values entered in specified columns that do not allow nulls . 定义主键可以对在不允许空值的指定列中输入的值强制唯一性。 www.bing.com 1. Verifying referential integrity means ensuring that no foreign key points to a primary key that does not exist. 校验参照完整性的意思是指,应确保任何外键所指向的主键都应该存在。 www.ianywhere.com 2. Any other existing logical primary key specified in the selected table is deleted. 在所选表中指定的任何其他现有逻辑主键都将被删除。 msdn2.microsoft.com 3. Products often share only a few attributes, such as a primary key, a name, a short description, and a long description. 产品常常只有很少几个共有的属性,比如主键、名称、短描述和长描述。 www.ibm.com 4. The column or columns serving as the unique row identifier for a table are the primary key of the table. 作为表的唯一行标识符的列是表的主键。 msdn2.microsoft.com 5. This includes both DDS-created files and SQL indexes as well as physical files with a Primary Key constraint. 这包括DDS创建的文件和SQL索引,以及带有PrimaryKey约束的物理文件。 www.ibm.com 6. In Access, a primary key (an icon in the shape of a key visible in Design view of your table) uniquely identifies each record. 在Access中,主键(表的“设计”视图中显示的钥匙状图标)唯一地标识每个记录。 office.microsoft.com 7. New rows with primary key values that do not match any existing rows are appended to the existing table. 如果新行的主键值不匹配任何现有行,则会将新行追加到现有表。 msdn2.microsoft.com 8. In this section, create a Windows application using drag drop for a table with a primary key. 在本节中,讲述利用拖放工具创建Windows应用程序,用于操作具有主键的表。 www-128.ibm.com 9. A unique index , UNIQUE constraint, or PRIMARY KEY constraint cannot be created if duplicate key values exist in the data . 如果数据中存在重复的键值,则不能创建唯一索引、UNIQUE约束或PRIMARYKEY约束。 www.bing.com 10. An entity's primary key is the attribute or set of attributes that distinguish one instance of the entity from another. 实体的主键是使该实体的一个实例区别于其他实例的一个或一组属性。 www.ibm.com 1. In this case, the unique indexes created by the system for enforcing primary key or unique key constraints will be created as global. 在本例中,系统为执行主键或唯一键约束所创建的独立索引,必须创建为全局索引。 www.ibm.com 2. A primary key is a special thing in the relational model: It must be unique to each record (row) of a table. 在关系模型中主键是特殊的事物:它对于表的每个记录(行)必须是唯一的。 www.ibm.com 3. Identity columns are commonly used in conjunction with PRIMARY KEY constraints to serve as the unique row identifier for the table. 标识列通常与PRIMARYKEY约束一起用作表的唯一行标识符。 msdn2.microsoft.com 4. You can see that the primary key is indeed a composite made up of the street and city fields. 可以看到,主键实际上是由street和city字段组合而成的。 www.ibm.com 5. Method is populated with original primary key values and original values for the rest of the object properties. 方法的对象以原始主键值以及该对象其余属性的原始值填充。 msdn2.microsoft.com 6. To constrain, and a value specifying whether the constraint is a primary key. 和指定约束是否为主键的值,初始化。 msdn2.microsoft.com 7. In Listing 11, the primary key logic is dangerously simple; I can boost my confidence with a few tests, though. 在清单11中,主键逻辑过于简单了,不过我可以用几个测试证明我的信心。 www.ibm.com 8. This year's Frankfurt book fair, the Chinese as a collective, digital publishing is one of the primary key. 今年的法兰克福书展,中国作为主宾国,数字出版也是参展的重点之一。 www.bing.com 9. The source table in the comparison must contain at least one primary key, identity, or ROWGUID column. 进行比较的源表必须至少包含一个主键、标识或ROWGUID列。 msdn2.microsoft.com 10. Because this isn't the primary key of the User, you can't use User. get(params. id) as you normally would. 由于这不是User的主键,所以不能像往常那样使用User.get(params.id)。 www.ibm.com 1. A primary key is a field or set of fields in your table that provide Microsoft Office Access 2007 with a unique identifier for every row. 主键是表中的一个字段或字段集,为MicrosoftOfficeAccess2007中的每行提供一个唯一的标识符。 office.microsoft.com 2. Recall that clients were defined with a primary key on the client ID column, so attempting to import duplicate rows will fail. 记得clients对客户ID列定义了一个主键,因此在尝试导入相同行时将失败。 www.ibm.com 3. Gets a value indicating whether the data field is in the primary key for the containing table or view. 获取一个值,该值指示数据字段是否位于包含表或视图的主键中。 msdn2.microsoft.com 4. The primary key is used for locating the data row that will be updated or deleted, but no other comparison of the data is performed. 主键用于查找即将更新或删除的数据行,但不会执行任何其他的数据比较。 msdn2.microsoft.com 5. It allows you to organize massive amounts of data by some primary key and efficiently query the data. Bigtable让你可以通过一些主键来组织海量数据,并实现高效的查询。 www.infoq.com 6. This primary key is called the "system security key" in netsh wlan commands. 这个主密钥在netshwlan命令中叫做“系统安全密钥”。 blog.sina.com.cn 7. Setting a data column to auto-increment does not automatically designate the column as a primary key. 设置数据列自动增加不会自动将此列指定为主键。 msdn2.microsoft.com 8. Merge replication does not require a primary key, but if one is present, it must be replicated. 合并复制不需要主键,但如果存在一个主键,则必须复制该主键。 msdn2.microsoft.com 9. The wizard generates a relationship between the column for each parent attribute and the primary key of the dimension table. 向导将生成每个父属性的列与维度表的主键之间的关系。 msdn2.microsoft.com 10. In a database that uses more than one table, a table's primary key can be used as a reference in other tables. 在使用多个表的数据库中,可将一个表的主键作为引用在其他表中使用。 office.microsoft.com 1. In relational database terminology, you can think of the mailbox GUID as the primary key for the mailbox. 在相关的数据库术语中,可以将邮箱GUID视为邮箱的主键。 technet.microsoft.com 2. A key indicator is added to the left of the field or fields that you specify as the primary key. 键指示器添加到您指定为主键的一个或多个字段的左侧。 office.microsoft.com 3. PRIMARY KEY columns cannot be modified through an UPDATE statement if the member tables have. 列,则PRIMARYKEY列无法通过UPDATE语句进行修改。 msdn2.microsoft.com 4. Access uses primary key fields to quickly associate data from multiple tables and bring the data together for you. Access使用主键字段将多个表中的数据关联起来,从而将数据组合在一起。 office.microsoft.com 5. In the gray box at the left of the line, right-click and select Primary Key , bringing up a key icon in the box. 在行最左边的灰色框内点击滑鼠右键,勾选主关键字。 ooo.pingju.org 6. This enables intra-document links and is similar to the primary key and foreign key relationships in relational databases. 这将启用文档内链接,这与关系数据库中主键和外键关系类似。 msdn2.microsoft.com 7. Source rows with a DataRowState value of Added are matched to new target rows with the same primary key values as the new source rows. DataRowState值为Added的源行将匹配与新源行具有相同主键值的新目标行。 msdn2.microsoft.com 8. When a primary key constraint is defined, the federated system automatically creates a unique index specification. 当定义一个主键约束时,联邦系统自动创建一个惟一的索引规范。 www.ibm.com 9. You can attach multiple unique constraints to a table, whereas you can attach only one primary key constraint to a table. 可将多个唯一约束附加到表,但是只能将一个主键约束附加到表。 msdn2.microsoft.com 10. The relationship defines a static relationship for the non-primary key state property for each of the four business objects. 该关系分别为这四个业务对象的非主键state属性定义一个静态关系。 www.ibm.com 1. Below is a description of each of the tables in the Openfire database schema. A denotes a primary key. 以下是一个说明每个表格的Openfire数据库架构。黄色行表示主键。 wenku.baidu.com 2. Consider a case where an existing row in a DataSet is an Unchanged row with a primary key value of 1. 请考虑以下示例:DataSet中的现有行是主键值为1的Unchanged行。 msdn2.microsoft.com 3. For the Subscriber Wins conflict policy: conflict resolution is not supported for updates to primary key columns. 对于“订阅服务器入选”冲突策略:不支持对主键列的更新应用冲突解决。 msdn2.microsoft.com 4. In addition to the id primary key, you've declared the customer_id column to be a foreign key referencing the Customer table. 除了id主键以外,还声明了customer_id列作为引用客户表的外键。 www.ibm.com 5. An enforced relationship ensures each value entered in a foreign key column matches an existing value in the related primary key column. 强制的关系确保在外键列中输入的每个值与相关主键列中的一个现有值匹配。 technet.microsoft.com 6. When the primary key violation error occurs, the entire transaction is rolled back and no rows are added to the destination table. 在发生了主键冲突错误时,回滚整个事务并且不会将任何行添加到目标表。 msdn2.microsoft.com 7. Note: An imported table without a Primary Key may not be editable (depending on database type). 注意:汇入没有主键值的表格可能会无法编辑(依资料库型态而定)。 translations.launchpad.net 8. In this situation, the Customer ID would be the primary key in the customer table, but the secondary key in the plant table. 在这个情况,顾客身份证会是主关键字在顾客桌中,但次关键字在植物桌中。 zhidao.baidu.com 9. The unique key constraints are used to enforce entity integrity as the primary key constraints. 独特的主要制约因素是用来执行实体的主键约束的完整性。 wenwen.soso.com 10. NULL can be specified in ALTER COLUMN to force a NOT NULL column to allow null values, except for columns in PRIMARY KEY constraints. 在ALTERCOLUMN语句中指定NULL,可以强制NOTNULL列允许空值,但PRIMARYKEY约束中的列除外。 msdn2.microsoft.com 1. The relationship defines a dynamic relationship for the primary key id property for each of the four business objects. 关系定义了这四个业务对象的主键id属性之间的动态关系。 www.ibm.com 2. The primary key and any unique index of the table must be a superset of the associated partitioning key. 表的主键和所有惟一索引都必须是相关分区键的超集。 www.ibm.com 3. The UNIQUE or PRIMARY KEY constraint can contain a computed column as long as it satisfies all conditions for indexing. UNIQUE或PRIMARYKEY约束只要满足所有索引条件,就可以包含计算列。 msdn2.microsoft.com 4. Design entity keys. Considerations include FOREIGN KEY constraints, PRIMARY KEY constraints, and UNIQUE constraints. 设计实体键。考虑外键约束,主键约束和唯一性约束条件。 www.bvtc.cn 5. The foreign key column name in the source table is the same as the destination table name concatenated with the primary key column name. 源表中的外键列名为目标表名加上主键列名。 msdn2.microsoft.com 6. The primary key side of a one-to-one relationship is denoted by a key symbol. 一对一关系的主键方由键符号表示。 msdn2.microsoft.com 7. To create the relationship you are attempting to create, first create a primary key for one of the tables. 若要创建正在试图创建的关系,请首先为其中的一个表创建主键。 msdn2.microsoft.com 8. This includes indexes that are created due to a UNIQUE or PRIMARY KEY constraint. 这包括由于UNIQUE或PRIMARYKEY约束而创建的索引。 msdn2.microsoft.com 9. The primary key pool is a table that holds a set of primary key values for each database in the SQL Remote installation. 主键池是一个为SQLRemote系统中的每个数据库保存一组主键值的表。 www.ianywhere.com 10. Is used for command execution, the provider will append extra columns to the result set for existing primary key and timestamp columns. 用于命令执行时,提供程序将为现有主键列和时间戳列的结果集附加额外的列。 msdn2.microsoft.com 1. The order could be changed by changing the primary key value of one of the employees. 顺序可以通过更改雇员的主键值来进行更改。 www.ianywhere.com 2. By default, the query retrieves the fields that you specify, plus the primary key values for the source table. 默认情况下,该查询检索您指定的字段和源表的主键值。 office.microsoft.com 3. How do I find the columns of a primary key for a specified table? 如何找到指定表的主键列? msdn2.microsoft.com 4. A PRIMARY KEY constraint is a unique identifier for a row within a database table. 主键约束是一个行内的数据库表中的唯一标识符。 wenwen.soso.com 5. The SelectCommand must also return at least one primary key or unique column. SelectCommand还必须至少返回一个主键列或唯一的列。 msdn2.microsoft.com 6. The latter is actually a primary key lookup against the parent table and constitutes the foreign key constraint verification. 索引扫描实际上是对父表进行主键查找,并完成外键约束验证。 www.ibm.com 7. A dimension table needs a generalized key as the primary key data; this becomes the foreign key in the fact table. 维度表需要作为主键数据的通用键;这将作为事实表的外键。 www.ibm.com 8. The main characteristics of the primary key are that it is unique and stable -- it is unchanging over time. 主键的主要特征是,它是惟一的、稳定的——它不会随着时间而改变。 www.ibm.com 9. For foreign key creation, another table with a primary key with a compatible data type is required. 对于创建外键,则需要另外一个具有主键的表,且该主键具有兼容的数据类型。 www.ibm.com 10. If the primary key changes, the change must also be applied everywhere the key is referenced. 如果主键发生更改,还必须将此更改应用到其他任何引用该键的位置。 office.microsoft.com 1. This error typically occurs if you attempt to drop the primary key constraint on a table that is published for transactional replication. 尝试删除为事务性复制而发布的表的主键约束时,通常会发生此错误。 msdn2.microsoft.com 2. Access uses primary key fields to quickly associate data from multiple tables and combine that data in a meaningful way. Access使用主键字段将多个表中的数据迅速关联起来,并以一种有意义的方式将这些数据组合在一起。 office.microsoft.com 3. An indirect primary key to foreign key relationship with a fact table through some other table. 通过某个其他表与事实数据表的间接主键-外键关系。 technet.microsoft.com 4. If you define a compound key, the order of columns in the primary key matches the order of columns as shown in the table in your diagram. 如果定义复合键,则主键中列的顺序与关系图的表中显示的列顺序匹配。 technet.microsoft.com 5. Because PRIMARY KEY constraints guarantee unique data, they are frequently defined on an identity column. 由于PRIMARYKEY约束可保证数据的唯一性,因此经常对标识列定义这种约束。 msdn2.microsoft.com 6. This indicates that the relationship will be created for a static non-primary key property. 这表明将为一个静态非主键属性创建关系。 www.ibm.com 7. Second normal form requires that each non-key column be fully dependent on the entire primary key, not on just part of the key. 第二范式要求每个非键列完全依赖于整个主键,而不仅仅依赖于主键的一部分。 office.microsoft.com 8. Specifies the start of the definition for a PRIMARY KEY or UNIQUE constraint. 指定PRIMARYKEY或UNIQUE约束的定义起点。 msdn2.microsoft.com 9. Searches for duplicates of new index key values in insert and update operations, to enforce PRIMARY KEY and UNIQUE constraints. 搜索与插入和更新操作中的新索引键值重复的值,以强制PRIMARYKEY和UNIQUE约束。 technet.microsoft.com 10. And value that indicates whether the column is a primary key, and adds it to the collection. 和指示列是否为主键的值构造一个新的。 msdn2.microsoft.com 1. For indexes that enforce UNIQUE and PRIMARY KEY constraints, this value is always 1. 对于强制使用UNIQUE和PRIMARYKEY约束的索引,此值始终为1。 msdn2.microsoft.com 2. The following example deletes a clustered index with a PRIMARY KEY constraint by dropping the constraint. 以下示例通过删除PRIMARYKEY约束删除了具有该约束的聚集索引。 msdn2.microsoft.com 3. This set of columns may be generated from a base table primary key, a unique constraint or a unique index. 这组列可以从基表主键、唯一约束或唯一索引生成。 msdn2.microsoft.com 4. This indicates that the relationship will be created for a primary key property named: id. 这表示将为名为id的主键属性创建关系。 www.ibm.com 5. In Figure 3, you were modifying the primary key of an existing table using the Change Column dialog window. 在图3中,您要使用ChangeColumn对话框窗口来编辑已存在表格的主键值。 www.ibm.com 6. Whether the published column is part of a primary key. 已发布的列是否为主键的一部分。 msdn2.microsoft.com 7. If the row size is not fixed, every time it needs to do a seek, it has to consult the primary key index. 而如果字段不是定长的,那么,每一次要找下一条的话,需要程序找到主键。 jamesbond0479.blog.163.com 8. Unique, primary key, referential, check, and functional dependency constraints are supported. 惟一约束、主键约束、参照约束、检查约束和函数依赖约束在这里都受支持。 www.ibm.com 9. The DROP INDEX statement does not apply to indexes created by defining PRIMARY KEY or UNIQUE constraints. DROPINDEX语句不适用于通过定义PRIMARYKEY或UNIQUE约束创建的索引。这些约束是分别使用。 msdn2.microsoft.com 10. Columns designated as primary key columns appear in the Tables pane or the Schema pane with a key symbol next to the column. 指定为主键列的列将出现在“表”窗格或“架构”窗格中,并且列的旁边有键符号。 msdn2.microsoft.com 1. If any of the tables are missing a primary key, the cdr start sec2er command creates an ER key shadow column that acts the primary key. 如果任一表缺乏一个主键,则cdrstartsec2er命令将创建一个充当主键的ER键影子列。 www.ibm.com 2. In addition, if an unsupported data type is part of a primary key, the entire entity is not generated. 此外,如果不支持的数据类型是主键的一部分,则不会生成整个实体。 msdn2.microsoft.com 3. The subset of primary key rows is used to determine the foreign key rows that are replicated to the Subscriber. 主键行的子集用于确定复制到订阅服务器的外键行。 technet.microsoft.com 4. The RentalLocation table can obtain all of its assigned vehicles through the Assigned Location primary key field in the Vehicle table. RentalLocation表可以通过Vehicle表中的AssignedLocation主键字段获取所有它分配的车辆。 www.ibm.com 5. When that primary key doesn't exist, the offending foreign key is called an orphan. 如果该主键不存在,孤立的外键被称作遗孤。 www.ianywhere.com 6. Equating a foreign key to a primary key (key join): use relative table sizes in determining an estimate. 使某个外键等于某个主键(键连接):使用关系表大小确定预计值。 www.ianywhere.com 7. If a row is to be included in the download stream, you need not include a row with the same primary key in the delete list. 如果将要在下载流中包含一行,则在删除列表中不能包含与此行主键值相同的行。 www.kuenglish.info 8. This column, or columns, is called the primary key (PK) of the table and enforces the entity integrity of the table. 这样的一列或多列称为表的主键(PK),用于强制表的实体完整性。 msdn2.microsoft.com 9. The second form is system identifiers for recording the primary key used in other applications that store the product. 第二种形式是系统标识符,用于记录其他存储产品的应用程序中使用的主键。 www.ibm.com 10. You can use the information as a primary key to retrieve profile property information for the user. 可以将此信息作为主键使用,以检索用户的配置文件属性信息。 msdn2.microsoft.com 1. UPDATE conflicts do not apply to primary key updates. UPDATE冲突不适用于主键更新。 www.ianywhere.com 2. Creates a secondary XML index on columns (PK, path and node value) of the primary XML index where PK is the primary key of the base table. 为PK为基表主键的主XML索引列(PK、路径值和节点值)创建辅助XML索引。 technet.microsoft.com 3. In this mode, you can insert one row which contains a foreign key, then insert a second row which contains the missing primary key. 利用这种方式,可以插入包含外键的一行,然后再插入包含丢失的主键的另一行。 www.ianywhere.com 4. Identity columns are typically used together with PRIMARY KEY constraints to serve as the unique row identifier for the table. 标识列通常与PRIMARYKEY约束一起使用,作为表的唯一行标识符。 msdn2.microsoft.com 5. The modifications of the primary key constraint in the user table are not automatically propagated to XML indexes. 对用户表中的主键约束进行的修改不会自动传播到XML索引中。 msdn2.microsoft.com 6. In a normalized table, all the data values in each row are fully dependent on the primary key. 在规范化表中,每行中的所有数据值完全依赖于主键。 technet.microsoft.com 7. 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 8. JPA enables a few strategies for automatic primary key generation. JPA启用了几个自动化主键生成策略。 www.ibm.com 9. The order of the primary key columns is determined by the order of the columns during table creation. 主键列的顺序由创建表期间的列顺序决定。 www.ianywhere.com 10. In Table Designer, click the row selector for the database column you want to define as the primary key. 在表设计器中,单击要定义为主键的数据库列的行选择器。 msdn2.microsoft.com 1. Primary key conflicts must be excluded from the installation by proper design. 必须通过适当的设计将主键冲突排除在该系统之外。 www.ianywhere.com 2. You can also establish a foreign key in a secondary table to link with a primary key in a primary table. 您还可以在次表中建立外键,以链接主表中的主键。 www-128.ibm.com 3. It uses a combination of the controller name, the closure name, and the database record's primary key to make each URI unique. 它综合使用了控制器名称、闭包名称以及数据库记录的主键以确保URI的惟一性。 www.ibm.com 4. Entities that share some attributes, including an identifier (primary key), but not others may be modelled as having a common supertype. 一些实体具有某些共同的属性,比如标识符(主键),而其他属性不同,这些实体可能具有共同的超类型。 www.ibm.com 5. However, the best way to enforce referential integrity is to define primary key and foreign key constraints in the related tables. 然而,强制引用完整性的最好方法是在相关表中定义主键和外键约束。 msdn2.microsoft.com 6. The primary key values are necessary to map each reply to an existing record. 必须具有主键值才能将每个答复映射到现有记录。 office.microsoft.com 7. Simple access is a little slower than a simple query (find a single object by primary key) to a database. 对数据库的简单访问要比对数据库的查询(通过主键找到一个单一对象)慢一些。 www.ibm.com 8. True clears all columns except the declared primary key, nullable columns with no default, and unique key columns. 将清除除声明的主键、没有默认值并且可为空的列以及唯一的键列以外的所有列。 msdn2.microsoft.com 9. If an XML index exists, the clustered, primary key of the table cannot be modified. 如果存在XML索引,则不能修改基表的聚集主键。 msdn2.microsoft.com 10. You want to build an XML index on the xml data type column and the primary key of the main table is the same as its clustering key. 您想要对xml数据类型列生成XML索引,并且主表的主键与它的聚集键相同。 msdn2.microsoft.com 1. Member tables must have all PRIMARY KEY constraints on the same number of columns. 各个成员表中具有PRIMARYKEY约束的列数必须相同。 msdn2.microsoft.com 2. This chapter describes a general, economical and reliable method that uses a pool of primary key values for each site in the installation. 本章将介绍一种常用的、经济并且可靠的方法,该方法为系统中的每个站点使用一个主键值池。 www.ianywhere.com 3. Based on your data model, you should select partitioning keys that favor frequent joins and that are based on a primary key. 基于数据模型,选择那些有利于频繁合并且基于主键的分区键。 www.ibm.com 4. All of the tables in the main data connection must contain a primary key, unique constraint, or unique index. 主数据连接中的所有表都必须包含一个主键、唯一约束或唯一索引。 office.microsoft.com 5. If the primary key cannot be found, then a null value is returned. 如果找不到主键,则返回空值。 msdn2.microsoft.com 6. A second technique is to have a shadow table that stores the primary key values of deleted rows. 另一种技术是用一个影子表来存储被删除的行的主键值。 www.ianywhere.com 7. It is necessary to design your SQL Remote installation so that primary key duplication errors do not occur. 有必要相应地设计您的SQLRemote系统,以确保不会发生主键重复的错误。 www.ianywhere.com 8. The primary key of a table must be unique to identify the record in the table. 为了识别表中的记录,表的主键必须唯一。 msdn2.microsoft.com 9. Consult your database documentation for details about how your database works with primary key constraints. 有关数据库如何使用主键约束的详细信息,请查阅数据库文档。 msdn.microsoft.com 10. By adopting these two stragegies, good primary key can be generated and EJB's application can be made more pr table, scalable and reliable. 采用这两种模式生成EJB的主键,可使EJB的应用更具有可移植性、可维护性和可靠性。 www.ceps.com.tw 1. A good candidate for a primary key has several characteristics. 一个好的主键候选具有几个特征。 www.kuenglish.info 2. Set ID as the primary key: click Primary Key and add ID to the index, marking it as ascending. 将ID设置为主键:单击[主键]并将ID添加到索引中,然后将其标记为升序。 www.ianywhere.com 3. A primary key can also be created by selecting the Primary Key tool in the tool palette and clicking on a table. 主键也可以透过选择工具面板中的PrimaryKey工具并在表上点选一下进行建立。 www-128.ibm.com 4. 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 5. You can't update the record because another user or application deleted it or changed the value of its primary key. 由于其他用户或程序已经删除了该记录或更改了其主键的值,所以无法对其进行更新。 www.jukuu.com 6. Table. You cannot delete a row from a primary key table if rows matching it exist in a related table. 如果在相关表中存在与某行匹配的行,则不能从主键表中删除该行。 msdn2.microsoft.com 7. The Location table contains a foreign key (region_id) that corresponds to primary key of the Region table. Location表包含一个外键(region_id)对应Region表的主键。 www.ibm.com 8. Ensure that both the Primary Key in the driving table and the Foreign Key in the target table are of the same datatype. 确保driving表中的主键与target表中的外键具有相同的数据类型。 www.ibm.com 9. Another user or application has already deleted this record, or changed the value of its primary key. 其他用户或应用程序已经删除了该记录或更改了其主要关键字的值。 www.jukuu.com 10. Add the new schema and primary key information to the DataSet and populate the new columns with the incoming values. 将新架构和主键信息添加到DataSet中并使用传入值填充新列。 msdn2.microsoft.com 1. The application never knows what value is put into the primary key column after running the INSERT statement. 在运行INSERT语句之后,应用程序将永远都不知道放入了主键列中的是什么值。 www-128.ibm.com 2. A primary key must be defined on the updatable recordset returned by the SELECT statement. 必须为SELECT语句返回的可更新的记录集定义一个主键。 msdn2.microsoft.com 3. If your table already includes a AutoNumber field, Access uses it as the primary key. 如果您的表已经包括一个“自动编号”字段,Access会将它用作主键。 office.microsoft.com 4. The member tables should have all PRIMARY KEY constraints on the same number of columns. 成员表在编号相同的列上应具有所有PRIMARYKEY约束。 msdn2.microsoft.com 5. It queries your database, indexes each column in each row of the result, and ties each index entry to the row's primary key. 它将查询数据库,为结果的每行中的每列建立索引,并且将每个索引条目绑定到行的主键上。 www.ibm.com 6. The "username" field is a primary key and changing it should be done in a more controlled manner. “用户名(username)”字段是一个主键,应该以一种更受控的方式改变它。 www.ibm.com 7. Named queries and views may also omit the primary key column for a table. 命名查询也可能遗漏表的主键列。 msdn2.microsoft.com 8. On the next page, select the No primary key option, and then click Next. 在下一页上,选择“不要主键”选项,然后单击“下一步”。 office.microsoft.com 9. In the Field Name column for each primary key field, add the name of the table. 在每个主键字段的“字段名称”列中,添加表名。 office.microsoft.com 10. In database terminology, this information is called the primary key of the table. 在数据库术语中,此信息称为表的主键。 office.microsoft.com 1. Once resolved, these borrowed identifiers form the primary key of the Inventory table. 经过解析后,这些借用的标识符将成为Inventory表的主键。 www.ianywhere.com 2. A primary key column is identified by a primary key symbol in its row selector. 主键列由其行选择器中的主键符号标识。 msdn2.microsoft.com 3. So, in the case of the book table, there is a primary key field called book_id. 所以,在book表这个示例中,有一个主键字段叫做book_id。 www.ibm.com 4. Access then sets the data type for the lookup field to match the data type set for the primary key field in the source table. 然后,Access设置查阅字段的数据类型,使之与源表中的主键字段的数据类型匹配。 office.microsoft.com 5. The primary key for the employee table is the employee ID, and the primary key for the department table is the department ID. 雇员表的主键是雇员ID,而部门表中的主键是部门ID。 www.ianywhere.com 6. Removing the primary key does not delete the field or fields from your table, however. 然而,删除主键不会删除表中的一个或多个字段。 office.microsoft.com 7. Enter the foreign-key column of the foreign-key table that corresponds to the primary key column. 输入对应于主键列的外键表的外键列。 technet.microsoft.com 8. Transactional replication requires a primary key constraint on each published table. 事务复制要求每个已发布表都有主键约束。 msdn2.microsoft.com 9. Multiple attributes in the entity may be combined to form a composite primary key. 实体中的多个属性可以组合成一个复合的主键。 www.ibm.com 10. And the approach has the additional advantage of giving every table's primary key an identical and predictable name and format. 而且这种方法在为每个表的主键提供完全一致和可预测的名称以及格式方面有着额外的优势。 www.ibm.com 1. Since the username is a primary key, there will be at most one matching row. 因为用户名(username)是主键,最多将有一行匹配。 www.ibm.com 2. Select both primary key table and foreign key table before selecting any field for the relationship. 在选择任何关系字段之前应选择主键表和外键表。 msdn2.microsoft.com 3. Table form a composite PRIMARY KEY constraint for this table. 列构成了针对此表的复合PRIMARYKEY约束。 msdn2.microsoft.com 4. You can then add the primary key from the Categories table to the Products table as a foreign key. 然后可以将“类别”表的主键作为外键添加到“产品”表中。 office.microsoft.com 5. Indexes are automatically created when PRIMARY KEY and UNIQUE constraints are defined on table columns. 对表列定义了PRIMARYKEY约束和UNIQUE约束时,会自动创建索引。 msdn2.microsoft.com 6. When used with ON DELETE, this action deletes all rows containing foreign keys that reference the deleted primary key. 与ONDELETE一起使用时,此动作将删除所有包含参照被删除的主键的外键的行。 www.ianywhere.com 7. Before you create a relationship, you must first define a primary key or unique constraint for your table. 在创建关系之前,必须首先为表定义主键或唯一约束。 msdn2.microsoft.com 8. The example uses a stored procedure to insert records and returns the primary key of the inserted row. 此示例使用存储过程插入记录并返回插入行的主键。 msdn2.microsoft.com 9. In this simple example, there is no protection against duplicate entries of primary key values. 在这一简单示例中,没有采取相应的措施来避免重复主键值条目。 www.ianywhere.com 10. You can name your primary key whatever you want to on your database, and you don't need to specify it in your application code. 你可以为你的数据库起任何主键的名字,并且不需要在程序代码中定义。 www.infoq.com 1. Create a relationship between the primary key and foreign key columns. 在主键列和外键列之间创建关系。 msdn2.microsoft.com 2. A direct primary key to foreign key relationship with a fact table. 与事实数据表的直接主键-外键关系。 technet.microsoft.com 3. Marking a column as a Primary Key in the Dataset designer will create a Unique Constraint. 在数据集设计器中将列标记为主键会创建一个唯一约束。 msdn2.microsoft.com 4. On the next page, you choose where to retrieve the value of the primary key (Figure 28). 在接下来的页面中,您要选择在什么地方检索主关键字的值(图28)。 www.ibm.com 5. Gets a value indicating whether a property is in the primary key in the underlying data. 获取一个值,该值指示某一属性是否表示基础数据中的标识字段。 msdn.microsoft.com 6. In the junction table, set the primary key to include all the primary key columns from the other two tables. 在联接表中,将主键设置为包含来自其他两个表中的所有主键列。 technet.microsoft.com 7. If the two tables have the same subject, you can probably set up the relationship by using the same primary key in both tables. 如果两个表具有相同主题,则可以通过在两个表中使用相同的主键来建立这种关系。 office.microsoft.com 8. These constraints consist of NULL, default, check, primary key, and foreign key constraints. 这些约束包括NULL、默认值、检查、主键和外键约束。 msdn2.microsoft.com 9. Provides steps for copying a Primary Key's column definition to another table in order to create matching columns for a relationship. 提供将主键的列定义复制到另一个表以为关系创建匹配列的步骤。 msdn2.microsoft.com 10. Property and select the check box next to each column that makes up the primary key. 属性中的列表并选择构成主键的每列旁边的复选框。 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。