单词 | unique index | ||||||||||||||
释义 | unique index
更多释义 收起释义 例句释义: 唯一索引,唯一性索引,惟一索引 1. Columns of a unique index are allowed to be NULL, while columns in a unique constraint are not. 唯一索引的列可以为NULL,而唯一约束的列不能为NULL。 www.ianywhere.com 2. In a multi-partition database partition group, you can only create a unique index if it is a superset of the partitioning key. 在多分区数据库分区组中,如果索引是分区键的超集,那么只能创建一个惟一的索引。 www.ibm.com 3. If the query references at least one table without a unique index, the keyset cursor is converted to a static cursor. 如果查询引用了至少一个无唯一索引的表,则键集游标将转换为静态游标。 msdn2.microsoft.com 4. Is a constraint that provides entity integrity for a specified column or columns through a unique index. 一个约束,该约束通过唯一索引为一个或多个指定列提供实体完整性。 technet.microsoft.com 5. For compatible SQL, stay within the Adaptive Server Anywhere restriction of unique index names for a given table owner. 为了达到SQL兼容性,对于给定表所有者,应遵循AdaptiveServerAnywhere的唯一索引名限制。 www.ianywhere.com 6. Query references at least one table without a unique index. 查询至少引用了一个没有唯一索引的表。 msdn2.microsoft.com 7. 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 8. Is a constraint that enforces entity integrity for a specified column through a unique index. 一个约束,该约束通过唯一索引来强制指定列的实体完整性。 technet.microsoft.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. Duplicate values must be removed before a unique index can be created on the column or columns. 必须先删除重复值,然后才能为一列或多列创建唯一索引。 technet.microsoft.com 1. Duplicates must be eliminated before a unique index can be created on the columns. 必须先消除重复值,然后才可对列创建唯一索引。 msdn2.microsoft.com 2. A unique index is one in which no two rows are permitted to have the same index key value. 唯一索引不允许两行具有相同的索引键值。 technet.microsoft.com 3. When a primary key constraint is defined, the federated system automatically creates a unique index specification. 当定义一个主键约束时,联邦系统自动创建一个惟一的索引规范。 www.ibm.com 4. Creating a unique index guarantees that any attempt to duplicate key values fails. 创建唯一索引可以确保任何生成重复键值的尝试都会失败。 msdn2.microsoft.com 5. The primary key and any unique index of the table must be a superset of the associated partitioning key. 表的主键和所有惟一索引都必须是相关分区键的超集。 www.ibm.com 6. There are no significant differences between creating a UNIQUE constraint and creating a unique index independent of a constraint. 创建UNIQUE约束和创建独立于约束的唯一索引没有明显的区别。 msdn2.microsoft.com 7. This set of columns may be generated from a base table primary key, a unique constraint or a unique index. 这组列可以从基表主键、唯一约束或唯一索引生成。 msdn2.microsoft.com 8. Is a constraint that provides entity integrity for a specified column or columns by using a unique index. 通过唯一索引为指定的一列或多列提供实体完整性的约束。 msdn2.microsoft.com 9. Is a constraint that enforces entity integrity for a specified column or columns by using a unique index. 通过唯一索引对指定的一列或多列强制实体完整性的约束。 msdn2.microsoft.com 10. Always select the smallest unique index available for your full-text unique key. 始终选择可用于全文唯一键的最小唯一索引。 technet.microsoft.com 1. When a UNIQUE index is created on a column in Oracle 10g, it ensures that the NOT NULL values entered in that column are unique. 当在Oracle10g中的列上创建UNIQUE索引时,会确保此列中输入的NOTNULL值是惟一的。 www.ibm.com 2. CGTTs do not support unique constraints or primary keys, but you can create a unique index. CGTT不支持唯一的约束或主键,但您可以创建唯一的索引。 www.ibm.com 3. All of the tables in the main data connection must contain a primary key, unique constraint, or unique index. 主数据连接中的所有表都必须包含一个主键、唯一约束或唯一索引。 office.microsoft.com 4. Specifying a unique index makes sense only when uniqueness is a characteristic of the data itself. 只有当唯一性是数据本身的特征时,指定唯一索引才有意义。 msdn2.microsoft.com 5. A unique index or constraint cannot be created if there are existing duplicate values in the key columns. 如果在键列中存在重复值,将无法创建唯一索引或约束。 msdn2.microsoft.com 6. There is a difference between a unique constraint on a table and a unique index. 表的唯一约束和唯一索引是有区别的。 www.ianywhere.com 7. Lists the tables and views that have a unique index defined on them, but are not already a part of the full-text catalog. 列出对其定义了唯一索引、但并未包含在全文目录中的表和视图。 msdn2.microsoft.com 8. When one field has a unique index and the other does not, Access creates a one-to-many relationship. 当一个字段具有唯一索引,而其他字段不具有唯一索引时,Access将创建一对多关系。 office.microsoft.com 9. Each element of an array is identified by a unique index number. 数组中的每个元素由一个唯一索引号标识。 office.microsoft.com 10. Equating a column to a value: estimate one row when the column has a unique index or is the primary key. 使某列等于某个值:当该列具有唯一索引或者成为主键时预计一行。 www.ianywhere.com 1. A unique index can be created only on columns that are defined as NOT NULL. 只能对定义为NOTNULL的列创建唯一索引。 msdn2.microsoft.com 2. Creating a PRIMARY KEY or UNIQUE constraint automatically creates a unique index on the specified columns. 创建PRIMARYKEY或UNIQUE约束会自动为指定的列创建唯一索引。 msdn2.microsoft.com 3. A unique index ensures that the index key contains no duplicate values and therefore every row in the table or view is in some way unique. 唯一索引确保索引键不包含重复的值,因此,表或视图中的每一行在某种程度上是唯一的。 technet.microsoft.com 4. Creates a unique index on a table. A unique index means that two rows cannot have the same index value. 要建立一个唯一的索引前提条件是它所包括数据值中没有出现重复的。 www.fzs8.net 5. When you create a PRIMARY KEY constraint, a unique index on the column, or columns, is automatically created. 创建PRIMARYKEY约束时,将在列上自动创建唯一索引。 msdn2.microsoft.com 6. ID of the corresponding unique index in the parent object that was created to enforce this constraint. 为强制该约束而创建的父对象中相应唯一索引的ID。 technet.microsoft.com 7. You cannot create a unique index on a single column if that column contains NULL in more than one row. 如果一个以上的资料列中的某单一资料行为NULL,您将无法建立该单一资料行的唯一索引。 technet.microsoft.com 8. Tables must have the same primary key, unique index, or unique constraint. 表必须具有相同的主键、唯一索引或唯一约束。 technet.microsoft.com 9. A warning message is issued, and only the rows that violate the UNIQUE index fail. 发出警告消息,只有违反UNIQUE索引的行失败。 msdn2.microsoft.com 10. A warning message is issued and only the rows violating the UNIQUE index fail. 发出一条警告消息,但只有违反了UNIQUE索引的行才会失败。 msdn2.microsoft.com 1. Table as well, we can skip this field, since ECO itself will add unique index fields to identify class instances. 表也使用这个字段,我们可以跳过这个字段,因为ECO本身将添加惟一索引字段来识别类实例。 www-128.ibm.com 2. The common field from the primary table must be a primary key or have a unique index. 来自于主表的公共字段必须为主键或具有唯一索引。 office.microsoft.com 3. SharePoint sites use one unique index field for its ID column in a list. SharePoint网站将一个唯一索引字段用于列表中的ID栏。 office.microsoft.com 4. Make sure that you use the right keys in the WHERE clause, which should preferrably be either the primary key or a unique index. 要确保在WHERE子句中使用正确的键,这个键最好是主键或惟一索引。 www.ibm.com 5. A unique index prevents two rows in the indexed table from having the same values in the index columns. 唯一索引可以避免索引表中的两行在索引列中具有相同的值。 www.ianywhere.com 6. Column ID of the unique index identified by FULLTEXT_KEY_NAME. 以FULLTEXT_KEY_NAME标识的唯一索引的列ID。 technet.microsoft.com 7. Specifies the index options for the PRIMARY KEY or UNIQUE index. 为PRIMARYKEY或UNIQUE索引指定索引选项。 msdn2.microsoft.com 8. When you create or modify a unique index or constraint, you can set the IGNORE_DUP_KEY option ON or OFF. 在创建或修改唯一索引或约束时,您可以将IGNORE_DUP_KEY选项设置为ON或OFF。 msdn2.microsoft.com 9. There are no significant differences between creating a UNIQUE constraint and creating a unique index that is independent of a constraint. 创建UNIQUE约束和创建与约束无关的唯一索引并没有明显的区别。 msdn2.microsoft.com 10. You tried to enter a duplicate value in a field that is a primary key or that has a unique index . 试图在主键字段或含有唯一索引的字段中输入重复值。 tr.bab.la 1. ID of the column associated with the single-column unique index that is participating in the full-text index definition. 与参与全文索引定义的单列唯一索引关联的列的ID。 msdn2.microsoft.com 2. After this synchronization, a unique index is added to C2 on the subscription database. 完成此同步后,向C2添加了对订阅数据库的唯一索引。 msdn2.microsoft.com 3. The "name" column will be a CHAR(30), set to NOT NULL, and have a unique index on it. “name”列的类型是CHAR(30),不允许为空,而且根据此列建立了一个索引。 www.infoq.com 4. Other unique index fields or sets of fields are not moved. 其他唯一索引字段或字段集不会迁移。 office.microsoft.com 5. Creates a unique index on a table or view. 为表或视图创建唯一索引。 technet.microsoft.com 6. There are several index options that can be specified when you create a unique index. 创建唯一索引时,可以指定若干索引选项。 msdn2.microsoft.com 7. The following example creates a unique index on the MyCustomers table. 以下示例对MyCustomers表创建了唯一索引 msdn2.microsoft.com 8. If a published table does not have a uniqueidentifier column with the ROWGUIDCOL property and a unique index, replication adds one. 如果已发布表中没有具有ROWGUIDCOL属性和唯一索引的uniqueidentifier列,复制将添加这种列。 technet.microsoft.com 9. Also, before setting up replication in DB2, you will want to ensure that every database table has a primary key or unique index. 此外,在DB2中创建复制之前,您会希望保证每一个数据库表都具有一个主键或惟一索引。 www.ibm.com 10. All local tables in the query must have a unique index. 查询中的所有本地表必须有唯一索引。 technet.microsoft.com 1. The table has a unique index, indx_parent_col1. 表格有惟一的索引indx_parent_col1。 www.ibm.com 2. When a unique index exists, the Database Engine checks for duplicate values each time data is added by a insert operations. 如果存在唯一索引,数据库引擎会在每次插入操作添加数据时检查重复值。 technet.microsoft.com 3. The Database Engine automatically creates a unique index to enforce the uniqueness requirement of the PRIMARY KEY constraint. 数据库引擎会自动创建唯一的索引来强制实施PRIMARYKEY约束的唯一性要求。 msdn2.microsoft.com 4. The Database Engine automatically creates a UNIQUE index to enforce the uniqueness requirement of the UNIQUE constraint. 数据库引擎将自动创建UNIQUE索引来强制执行UNIQUE约束的唯一性要求。 technet.microsoft.com 5. Uniqueness in the CCD table must be enforced -- either by a primary key or unique index on the source table or CCD table CCD表中必须有惟一性约束——可以通过主键或者源表或CCD表上的惟一索引实现。 www.ibm.com 6. Any column in the base table can be specified, except when partitioning a UNIQUE index, 除了在对UNIQUE索引分区时,必须从用作唯一键的列中选择, msdn2.microsoft.com 7. Cannot Script Full-Text Indexes for Tables with No Primary Keys Even if Another Unique Index Exists 无法为没有主键的表创建全文本索引,即使该表中有另一个唯一的索引 support.microsoft.com 8. Incorrect Identity Values After Failed Unique Index Creation 创建唯一索引失败后,标识值不正确 support.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。