题目内容

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

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

在select 语句中,可以使用_____子句,将结果集中的数据行根据选择列的值进行逻辑分组,以便能汇总表内容的子集,即实现对每个组的聚集计算。

A. limit
B. group by
C. where
D. order by

答案查题题库