问答题

简答题 在表student的SNAME属性上创建索引student_sname_idx.

【参考答案】

create index student_sname_idx on student(sname);
热门 试题