单项选择题
A.插入数据B.修改数据C.删除数据D.查询数据
A.在检索列上创建索引,可以加快检索速度B.在主键列上创建索引,可以组织表中数据存储C.在“性别”列上创建索引,可以加快检索速度D.在外键列上创建索引,可以加快连接速度
A.select *from student sort by BirthdayB.select *from student order by BirthdayC.select *from student order by Birthday DescD.select *from student sort by Birthday Desc
A.insert student value ("2015001",“XX“)B.insert student value (’2015001’,’XX’)C.insert into student value (’2015001’,’XX’)D.insert into student values (’2015001’,’XX’)
微信扫一扫,加关注免费搜题