unique index中文,unique index的意思,unique index翻译及用法

2025-06-28 19:59 浏览次数 6

unique index

英[ju:ˈni:k ˈindeks]美[juˈnik ˈɪnˌdɛks]

唯一索引

unique index 片语

片语

unique clusterd index索引

unique clustered index唯一聚集索引

index unique scan索引唯一扫描

UNIQUE INDEX SCAN是纯粹的

Index Unique Scans索引唯一扫描

create UNIQUE index唯一性索引

INDEX X UNIQUE SCAN索引唯一扫描

Unique Index Lookup唯一索引查找

unique index 例句

英汉例句

  • you tried to enter a duplicate value in a field that is a primary key or that has a unique index .

    索引重建仅适用于主关键字或唯一关键字(未强制索引外部关键字)。

  • explanation: unique index not allowed.

    说明:唯一索引不允许的。

  • the development of the raschig ring scale uses maximum likelihood estimation procedures to calculate a unique index for each country.

    拉彻标度的发展使用最大似然估计做法计算每个国家的一个独特的索引。

  • in other words, all columns that are part of the partitioning key must be present in the primary key or unique index definition.

    换句话说,作为分区键一部分的所有列都必须出现在主键或惟一索引定义中。

  • in a multi-partition database partition group, you can only create a unique index if it is a superset of the partitioning key.

    在多分区数据库分区组中,如果索引是分区键的超集,那么只能创建一个惟一的索引。

  • 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值是惟一的。

  • the unique index for a touch.

    触摸的唯一索引。

  • but, in db2 z/os if a unique index is created on a column, then only one null value can be inserted into it.

    但是在db2z/os 中,如果在列上创建unique索引,那么只能在其中插入一个null值。

  • similarly, you cannot create a unique index on multiple columns if the combination of columns contains null in more than one row.

    同样地,如果一个以上的资料列中的一组资料行全为null 的话,您将无法在该组资料行上建立唯一索引。

  • you cannot create a unique index on a single column if that column contains null in more than one row.

    如果一个以上的资料列中的某单一资料行为null,您将无法建立该单一资料行的唯一索引。

  • when a primary key constraint is defined, the federated system automatically creates a unique index specification.

    当定义一个主键约束时,联邦系统自动创建一个惟一的索引规范。

  • the 「name」 column will be a char(30), set to not null, and have a unique index on it.

    「name」列的类型是char(30),不允许为空,而且根据此列建立了一个索引。

  • 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表上的惟一索引实现。

  • on a federated system, unique index information might be required to perform an update/delete operation for some data sources.

    在一个联邦系统上,为了为某些数据源执行update/delete操作,需要惟一的索引信息。

  • the primary key and any unique index of the table must be a superset of the associated partitioning key.

    表的主键和所有惟一索引都必须是相关分区键的超集。

  • an index specification that defines a unique index also conveys information about the uniqueness of the index columns to the federated system.

    定义惟一索引的索引规范还将关于索引列惟一性的信息传递给联邦系统。

  • when a 「front-end」 thread discovers a missing artist, have it write the artist name to the table with status 「waiting」 (have a unique index on artist name so this can only happen once).

    在「前端」线程发现一个丢失的艺术家,把它写作者姓名表中状态为「等待」(对艺术家姓名的唯一索引所以这只能发生一次)。

相关热词