-->
当前位置:首页 > 题库 > 正文内容

单选题:在score数据表中给math字段添加名称为math_score索引的语句中,正确的是( )。

Luz4年前 (2021-11-04)题库1654
在score数据表中给math字段添加名称为math_score索引的语句中,正确的是( )。



A.CREATE INDEX index_name ON score(math);
B.CREATE INDEX score ON score(math_score);
C.CREATE INDEX math_score ON studentnfo(math);
D.CREATE INDEX math_score ON score(math);


答案:D

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。