单项选择题
A.select*fromscoreorderbyenglishdesc,mathsdescB.select*fromscoreorderbymaths,englishC.select*fromscoreorderbyenglish,mathsD.select*fromscoreorderbyenglishasc,mathsasc
存储过程sp_bindefault用来绑定默认值。
判断题存储过程sp_bindefault用来绑定默认值。
altertableuserinfoaddconstrintuq_useridunique(userid)执行...
单项选择题altertableuserinfoaddconstrintuq_useridunique(userid)执行成功后,为userinfo表的()字段添加了()约束。
A.uq_userid;外键B.userid;唯一C.uq_userid;检查D.userid;主键
可以使用FOREIGNKEY关键字来创建外键约束。
判断题可以使用FOREIGNKEY关键字来创建外键约束。