日期时间型数据(Datetime)的长度是( )
A. 2
B. 4
C. 8
D. 16
一个关系数据库文件中的各条记录( )。
A. 前后顺序不能任意颠倒,一定要按照输入的顺序排列
B. 前后顺序可以任意颠倒,不影响数据库中的关系
C. 前后顺序可以任意颠倒,但排列顺序不同,统计处理的结果可能不同
D. 前后顺序不能任意颠倒,一定要按照码段值的顺序排列
下列关于Truncate table命令,说法正确的是( )
A. Truncate table相当于Drop table
B. Truncate table相当于无条件的Delete from
C. Truncate table删除表数据以及表结构
D. Truncate table可以有选择性的截断表中的数据
假设表中没有数据,下列语句可以正确执行的是( )
Alter table student drop age
B. Alter table student add column tel
C. Alter table student drop column tel
D. Alter table student add tel