多項選擇題刪除Stu表的命令是()。

A.drop table Stu
B.drop Stu
C.drop Stu table
D.drop table if exists Stu


您可能感興趣的試卷

你可能感興趣的試題

2.多項選擇題刪除數據庫wg的命令是()。

A.drop database wg
B.drop wg
C.drop wg databases
D.drop database if exists wg

3.多項選擇題以下能夠正確啟動linux系統(tǒng)下的mysqld服務的是()。

A.service mysqld start
B.chkconfig mysqld on
C./etc/init.d/mysqld start
D.service mysqld stop

5.單項選擇題查詢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