【单选题】在制图规范里,线型“---”的用途为( )。
【判断题】一个数的倍数的个数是无限的,其中最小的倍数是它本身。 [ ]
【判断题】一个数的倍数个数是无限的,最小的倍数是它本身。( )
【单选题】设置 student表中no字段为主键的 命令是
C.
alter table student add primary key(no);
D.
alter table student drop primary key(no);
【单选题】若要将学生表student中的student_no字段设置为主键,可以在创建表中使用______代码片段。
A.
primary key student_no char(10)
B.
student_no primary key
C.
primary student_no char(10)
D.
student_no char(10) primary key