單項選擇題
A.默認(rèn)約束是單獨存儲的 B.默認(rèn)約束需要與指定表綁定后才能起作用 C.默認(rèn)約束可以直接刪除 D.默認(rèn)約束的默認(rèn)值可以是常量或變量,但不能是表達(dá)式
A.主鍵(PrimaryKey)約束 B.外鍵(ForeignKey)約束 C.唯一性(Unique)約束 D.檢查(check)約束
A.不能在學(xué)生表中輸入性別的值 B.若在學(xué)生表中的一行不輸入性別的值,則該行的性別為‘女’ C.只能在學(xué)生表中輸入‘女’ D.不能刪除性別為女的學(xué)生信息
A.實體完整性 B.域完整性 C.參照完整性 D.默認(rèn)值
A.輸入的學(xué)號值可以重復(fù) B.輸入的學(xué)號可以為空 C.輸入的學(xué)號值不能重復(fù) D.學(xué)號只能輸入一個值
A.begin...end B.If...then...end C.Do Case D.Do While
A.declare @ab cint B.select*from 學(xué)生 C.delete*from 學(xué)生 D.update 學(xué)生 set 考核=‘優(yōu)’
A.select getdate() B.print getdate C.select getdate D.set getdate()
A.性別=‘女’,考核=‘優(yōu)’ B.性別=‘女’ 考核=‘優(yōu)’ C.性別=‘女’ or 考核=‘優(yōu)’ D.性別=‘女’ and 考核=‘優(yōu)’
A.@error B.@@error C.!error D.error()
A.0<=成績<=100 B.成績between 0 and 100 C.成績>=0,成績<=100 D.between 0 and 100