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
A.2008-3-4
B.2005-6-1
C.2005-3-7
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
存儲過程命名規(guī)則與數(shù)據(jù)庫、數(shù)據(jù)表、列等標識符命名可以隨心所欲,不需要規(guī)則一致。
以下關于級聯(lián)刪除描述正確的是()
在MYSQL中,存儲過程不可以帶有參數(shù)。
視圖就是一個虛表,保存視圖時,保存的是視圖的定義。
正常情況下一般刪除命令都會有帶WHERE子句。
不同的用戶合理地分配相應權限,能有效控制不同用戶對不同數(shù)據(jù)的“增刪秘方”權限,是保護數(shù)據(jù)的一種有效手段。
存儲過程一經(jīng)定義,就可以被反復調(diào)用,從而實現(xiàn)了代碼的復用性、封裝性、高性能等。
在實際應用中,為了防止新建視圖與已存在的視圖重名產(chǎn)生沖突,常用CREATE OR REPLACE VIEW來創(chuàng)建新視圖。
以下分支結構控制語句正確的是()
在定義數(shù)據(jù)表結構的時候,設置數(shù)據(jù)表之間的存在關系為“級聯(lián)更新”,會為保證數(shù)據(jù)一致性帶來方便,但也存在“一改全改”的數(shù)據(jù)變化風險。