單項選擇題顯示所有數據庫的命令()

A.show all
B.show database
C.show databases
D.show tables


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題向表中插入一個和已有紀錄關鍵字段一樣的紀錄的命令為()

A.insert into
B.replace into
C.insert from
D.replace from

2.單項選擇題顯示所有錯誤的命令為()

A.show errors
B.show databases
C.show variables
D.show warnings

3.單項選擇題向表中插入一個新行的紀錄的命令為()

A.insert into
B.replace into
C.insert from
D.replace from

4.單項選擇題修改表的命令為()

A.Create table
B.rename table
C.alter table
D.drop table

5.多項選擇題數據庫xscj中有xs表,下列()語句可以執(zhí)行。

A.use xscj
B.use xs
C.rename table xs to xs1
D.rename database xscj to xscj1