在创建索引时,用于表示要创建的索引是聚集索引的是______。
A: NONCLUSTERED
B: CLUSTERED
C: UNIQUE
D: DESC
A: NONCLUSTERED
B: CLUSTERED
C: UNIQUE
D: DESC
举一反三
- 在使用CREATE INDEX语句创建聚集索引时,需要使用的关键字是( )。 A: unique B: clustered C: nonclustered D: with
- 创建唯一聚集索引( )。 A: CREATE CLUSTERED INDEX 列名 B: CREATE UNIQUE NONCLUSTERED INDEX 列名 C: CREATE NONCLUSTERED INDEX 列名 D: CREATE UNIQUE CLUSTERED INDEX 列名
- 在SQL语句中,用于创建唯一索引的短语是 A: CLUSTERED B: UNIQUE C: ASC D: DESC
- 创建非聚集索引使用( )关键字。 A: uniuqe B: clustered C: nonclustered D: default
- 创建唯一非聚集索引的SQL语句关键字是()。 A: unique nonclustered B: nonclustered C: create nonclustered D: 以上都不对