A.delete student where sex in(NULL)
B.delete student where sex=NULL
C.delete student where sex is NULL
D.delete student where is NULL(sex,O)is NULL
您可能感興趣的試卷
你可能感興趣的試題
A.更新了多行數(shù)據(jù)
B.沒(méi)有數(shù)據(jù)更新
C.更新了一行數(shù)據(jù)
D.出現(xiàn)錯(cuò)誤
A.Insert into student(sid,sname)values(1,’Jack’)
B.Insert into student(sid,sname)values(1,"jack")
C.Insert into student values(1,"jack")
D.Insert into student values(’jack’)
A.declare
B.open
C.close
D.deallocate
A.原則性
B.一致性
C.持久性
D.對(duì)稱性
A.DECLARE游標(biāo)名CURSOR
B.OPEN游標(biāo)名
C.DEALLOCATE游標(biāo)名
D.CLOSE游標(biāo)名
最新試題
在MySQL的權(quán)限授予語(yǔ)句中,可用于指定權(quán)限級(jí)別的值中*.*表示當(dāng)前數(shù)據(jù)庫(kù)中的所有表。
存儲(chǔ)過(guò)程可以定義參數(shù)。
SQL是一種非過(guò)程化的語(yǔ)言,只需告訴數(shù)據(jù)庫(kù)干什么,不必告訴怎么干。
嵌套子查詢只能返回一行數(shù)據(jù)。
啟用日志不會(huì)降低MySQL數(shù)據(jù)庫(kù)的性能。
關(guān)系是若干表的集合。
一個(gè)關(guān)系模式中只能有一個(gè)候選碼。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴的過(guò)程。
為了保護(hù)數(shù)據(jù)庫(kù),要盡可能多的使用root賬號(hào)來(lái)登錄,以此來(lái)確保數(shù)據(jù)的安全訪問(wèn)。
MySQL配置文件修改后,保存即刻生效。