第六章单元测试
  1. 删除索引IX_StudentName的语句时( )。

  2. A:DROP NONCLUSTERED INDEX Student.IX_StudentName
    B:DROP INDEX IX_StudentName
    C:DROP INDEX Student.IX_StudentName
    D:DROP NONCLUSTERED INDEX IX_StudentName

    答案:DROP INDEX Student.IX_StudentName

  3. 下列关于索引说法正确的是(   )。


  4. A:索引是一种物理结构,是真实存在的 B:聚集索引和非聚集索引存储的数据结构相同 C:索引和主数据是一样的 D:索引是一种逻辑结构
  5. 数据库索引的关键字是(     )。


  6. A:UNIQUE B:CLUSTERED C:CREATE D:INDEX
  7. 以下哪个语句可以创建学生姓名的升序聚集索引?(    ) 


  8. A:CREATE CLUSTERED INDEX IX_Student ON Student(StudentName ASC) B:CREATE NONCLUSTERED INDEX IX_Student ON Student(StudentName DESC) C:CREATE CLUSTERED INDEX IX_Student ON Student(StudentName DESC) D:CREATE NONCLUSTERED INDEX IX_Student ON Student(StudentName ASC)
  9. 下列说法正确的是(    )。


  10. A:索引有时候会造成数据库增删改查效率的降低 B:数据库系统在索引创建后会自动根据索引进行搜索 C:依据索引的查询效率永远是一样的 D:索引可以无限制创建

温馨提示支付 ¥3.00 元后可查看付费内容,请先翻页预览!
点赞(1) dxwkbang
返回
顶部