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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

2.多項選擇題mysql在select查詢語句中,select經(jīng)常和where結(jié)合起來查詢,那么where后面可以跟()。

A.表達(dá)式
B.邏輯關(guān)系值
C.表
D.數(shù)據(jù)庫

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

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

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

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