判斷題將wg表改名為bw的sql語句是 RENAME wg TO bw。

您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題mysql中支持的字段類型有()。

A.char
B.varchar
C.int
D.enum

2.多項選擇題下列選線各種有關于mysql說法正確的是()。

A.一個服務器只能有一個數(shù)據(jù)庫
B.一個服務器可以有多個數(shù)據(jù)庫
C.一個數(shù)據(jù)庫只能建立一張數(shù)據(jù)表
D.一個數(shù)據(jù)庫可以建立多張數(shù)據(jù)表

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

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

5.多項選擇題刪除數(shù)據(jù)庫wg的命令是()。

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