单项选择题
实现查询学生表STUDENT信息,并按照出生日期倒序排列的SQL语句为()
A.select *from student sort by Birthday
B.select *from student order by Birthday
C.select *from student order by Birthday Desc
D.select *from student sort by Birthday Desc
点击查看答案&解析
相关考题
-
单项选择题
对学生表STUDENT插入数据,其正确的SQL语句为()
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’) -
单项选择题
实现Oracle数据库表对象删除的SQL语句为()
A.delete < 表名>
B.drop < 表名>
C.delete table < 表名>
D.drop table < 表名> -
单项选择题
在Oracle数据库的系统用户中,哪一个是超级管理员用户?()
A.SYSTEM
B.SYS
C.LBACSYS
D.MDSYS
