A.select count()from student B.select count(*)from student C.select columns()from student D.select columns(*)from student
A.floor B.ceiling C.round D.truncate
A.主键约束 B.非空约束 C.唯一约束 D.以上都是