题目内容

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

select 语句中使用_____关键字可以将重复行屏蔽。

A. order by
B. having
C. top
D. distinct

答案查题题库