單項選擇題創(chuàng)建數(shù)據(jù)庫使用以下哪項()
A.create mytest
B.create table mytest
C.database mytest
D.create database mytest
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題組合多條SQL查詢語句形成組合查詢的操作符是()
A.SELECT
B.ALL
C.LINK
D.UNION
2.單項選擇題以下中語句錯誤的是()
A.alter table emp delete column addcolumn;
B.alter table emp modify column addcolumn char(10);
C.alter table emp change addcolumn addcolumn int;
D.alter table emp add column addcolumn int;