题目详情
单选题 将仓库表中的"仓库号"列创建索引名为"index1" 的"聚簇索引"
A. create clustered index index1 on 仓库(仓库号)
B. create nonclustered index index1 on 仓库(仓库号)
C. create unique clustered index index1 on 仓库(仓库号)
D. create clustered index index1 on 仓库(仓库号,desc)

学科:数据库原理及应用
时间:2024-05-24 10:53:32
相关题目
相关作业
