多項選擇題刪除數據庫wg的命令是()。
A.drop database wg
B.drop wg
C.drop wg databases
D.drop database if exists wg
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題以下能夠正確啟動linux系統下的mysqld服務的是()。
A.service mysqld start
B.chkconfig mysqld on
C./etc/init.d/mysqld start
D.service mysqld stop
2.多項選擇題如果想取出scoer表中,學生的最低成績和平均成績,那么可能會用到以下哪些函數?()
A.max()
B.min()
C.sum()
D.avg()
3.單項選擇題查詢student表中的學生信息,按照姓名降序排列,以下語句操作正確的是()。
A.select * from student order by name desc
B.select * from student order by name asc
C.select * from student group by name desc
D.select * from student group by name
4.單項選擇題alter table語句用于在已有的表中,修改字段名時使用的關鍵字是()。
A.add
B.change
C.modify
D.drop
5.單項選擇題在SQL語句中,可以使用()子句設置查詢條件,如查詢年齡大于30的數據。
A.where
B.group by
C.ather
D.limits