unique index 双语例句
全部
1·The unique index for a touch.
触摸的唯一索引。
2·The table has a unique index, indx_parent_col1.
表格有惟一的索引indx_parent _ col1。
3·How to handle more than 1 unique index on error 1062?
如何处理超过唯一索引错误1062吗?
4·Tables must have the same primary key, unique index, or unique constraint.
表必须具有相同的主键、唯一索引或唯一约束。
5·The name column will be a CHAR (30), set to NOT NULL, and have a unique index on it.
“name”列的类型是CHAR(30),不允许为空,而且根据此列建立了一个索引。
6·A UNIQUE index creates a constraint such that all values in the index must be distinct.
UNIQUE索引创建一个约束,使得索引中的所有值必须是不同的。
7·For all engines, a UNIQUE index allows multiple NULL values for columns that can contain NULL.
对于所有引擎,UNIQUE索引允许可以包含NULL的列的多个NULL值。
8·The primary key and any unique index of the table must be a superset of the associated partitioning key.
表的主键和所有惟一索引都必须是相关分区键的超集。
9·You cannot create a unique index on a single column if that column contains NULL in more than one row.
如果一个以上的资料列中的某单一资料行为 NULL,您将无法建立该单一资料行的唯一索引。
10·Pushing responsibility to the database engine could entail the use of creating a UNIQUE index on your table.
向数据库引擎推送责任可能需要在表上创建UNIQUE索引。
