A.Select email from student where email!=null
B.Select email from student where emailnotisnull
C.Select email from student where email<>null
D.Select email from student where emailisnotnull
您可能感興趣的試卷
你可能感興趣的試題
A.LIMIT
B.TOP
C.COUNT
D.SUM
A.select top3 cDiscription fromTvtype order by iprice asc
B.select cDiscription from Tvtype where max(iprice)>3
C.select top3 cDiscription from Tvtype order by iprice desc
D.selec tcDiscription max(iprice)from Tvtype order by iprice
A.select CustomerName,SalesDate from Sales group by CustomerName,SalesDate
B.select CustomerName,SalesDate from Sales order by CustomerName,SalesDate
C.select CustomerName,SalesDate from Sales group by CustomerNameorderbySalesDateDESC
D.select CustomerName,SalesDate from Sales order by CustomerName,SalesDateDESC
A.select*intocatt where from kehu
B.select*into catt from kehu
C.insert into catt select*from kehu
D.inser tinto catt from select*from kehu
A.SELECT20%2
B.SELECT2*5.0
C.SELECT20.0/2
D.SELECT20/2
最新試題
在SQL中,刪除操作有drop、truncate、delete,其中風險等級最高的是delete。
參數(shù)的取名可以與數(shù)據(jù)表的列名相同。
存儲過程命名規(guī)則與數(shù)據(jù)庫、數(shù)據(jù)表、列等標識符命名可以隨心所欲,不需要規(guī)則一致。
MySQL權限管理分為兩個階段:服務器會檢查是否允許你連接,檢查你發(fā)出的每個請求,看是否有足夠的權限實施它。
MySQL 5.0存貯過程的優(yōu)勢是()
在以下選項中哪些屬于視圖的功能()
在insert語句中可以嵌入子查詢,通過子查詢將來自其他數(shù)據(jù)表的數(shù)據(jù)批量插入到所需的數(shù)據(jù)表中。
視圖就是一個虛表,保存視圖時,保存的是視圖的定義。
在MySQL中,使用insert語句向數(shù)據(jù)庫表插入數(shù)據(jù)記錄的方式有()
視圖的意義:為用戶集中提取數(shù)據(jù)、隱蔽數(shù)據(jù)庫的復雜性,使操作簡便化、增加數(shù)據(jù)的安全性、提高表的邏輯獨立性。