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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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