單項選擇題創(chuàng)建數(shù)據(jù)庫使用以下哪項()

A.create mytest
B.create table mytest
C.database mytest
D.create database mytest


您可能感興趣的試卷

你可能感興趣的試題

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;