• 2022-06-05 问题

    创建唯一非聚集索引的SQL语句关键字是()。 A: unique nonclustered B: nonclustered C: create nonclustered D: 以上都不对

    创建唯一非聚集索引的SQL语句关键字是()。 A: unique nonclustered B: nonclustered C: create nonclustered D: 以上都不对

  • 2022-06-06 问题

    创建唯一聚集索引( )。 A: CREATE CLUSTERED INDEX 列名 B: CREATE UNIQUE NONCLUSTERED INDEX 列名 C: CREATE NONCLUSTERED INDEX 列名 D: CREATE UNIQUE CLUSTERED INDEX 列名

    创建唯一聚集索引( )。 A: CREATE CLUSTERED INDEX 列名 B: CREATE UNIQUE NONCLUSTERED INDEX 列名 C: CREATE NONCLUSTERED INDEX 列名 D: CREATE UNIQUE CLUSTERED INDEX 列名

  • 2022-06-06 问题

    惟一索引的关键字是 。 A: CLUSTERED B: UNIQUE C: NONCLUSTERED D: INDEX

    惟一索引的关键字是 。 A: CLUSTERED B: UNIQUE C: NONCLUSTERED D: INDEX

  • 2022-06-07 问题

    创建非聚集索引使用(   )关键字。 A: uniuqe B: clustered C: nonclustered D: default

    创建非聚集索引使用(   )关键字。 A: uniuqe B: clustered C: nonclustered D: default

  • 2022-06-07 问题

    创建非聚集索引的SQL语句关键字是()。 A: unique B: nonclustered C: create D: 以上都不对

    创建非聚集索引的SQL语句关键字是()。 A: unique B: nonclustered C: create D: 以上都不对

  • 2022-06-05 问题

    创建非聚集索引的SQL语句关键字是()。 A: unique B: nonclustered C: create D: 以上都不对

    创建非聚集索引的SQL语句关键字是()。 A: unique B: nonclustered C: create D: 以上都不对

  • 2022-06-05 问题

    在使用CREATE INDEX语句创建聚集索引时,需要使用的关键字是( )。 A: unique B: clustered C: nonclustered D: with

    在使用CREATE INDEX语句创建聚集索引时,需要使用的关键字是( )。 A: unique B: clustered C: nonclustered D: with

  • 2022-06-07 问题

    在创建索引时,用于表示要创建的索引是聚集索引的是______。 A: NONCLUSTERED B: CLUSTERED C: UNIQUE D: DESC

    在创建索引时,用于表示要创建的索引是聚集索引的是______。 A: NONCLUSTERED B: CLUSTERED C: UNIQUE D: DESC

  • 2022-06-17 问题

    为了使索引键的值在基本表中唯一,在建立索引的语句中应使用保留字() A: clustered B: nonclustered C: unique D: distinct

    为了使索引键的值在基本表中唯一,在建立索引的语句中应使用保留字() A: clustered B: nonclustered C: unique D: distinct

  • 2022-06-07 问题

    在学生管理管理系统中使用下面的学生信息表:Create table 学生信息表(学号 char(8) ,姓名 varchar(20) ,身份证号码 varchar(30),出生日期 datetime,系号 char(2) )学生的身份证号码是惟一的。用户想把每个学生的信息按照身份证号码的顺序物理地存放在数据库文件中。下面的哪个约束可以完成任务?( ) A: unique clustered B: unique nonclustered C: Primary Key clustered D: primary key nonclustered

    在学生管理管理系统中使用下面的学生信息表:Create table 学生信息表(学号 char(8) ,姓名 varchar(20) ,身份证号码 varchar(30),出生日期 datetime,系号 char(2) )学生的身份证号码是惟一的。用户想把每个学生的信息按照身份证号码的顺序物理地存放在数据库文件中。下面的哪个约束可以完成任务?( ) A: unique clustered B: unique nonclustered C: Primary Key clustered D: primary key nonclustered

  • 1 2