题目内容

在创建数据库时,可以使用______子句确保如果数据库不存在就创建它,如果存在就直接使用它。

A. if not exists
B. if exists
C. if not exist
D. if exist

查看答案
更多问题

SQI语句中修改表结构的命令是_____。

A. modify table
B. modify structure
C. alter table
D. alter structure

只修改列的数据类型的指令是_____。

A. alter table... alter column
B. alter table... modify column...
C. alter table... update...
D. alter table... update column...

删除列的命令是______。

A. alter table... delete...
B. alter table...delete column...
C. alter tabe..drop...
D. alter table...drop column...

创建表时。不允许某列为空可以使用______命令。

A. not null
B. no null
C. not blank
D. no blank

答案查题题库