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.以上都是