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
A.經(jīng)編譯過一次
B.已經(jīng)保存過一次
C.已經(jīng)編寫過的
D.已經(jīng)解釋過一次
A.插入和刪除數(shù)據(jù)之前
B.插入和刪除數(shù)據(jù)之后
C.插入和更新數(shù)據(jù)之前
D.插入和更新數(shù)據(jù)之后
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
在以下選項中哪些屬于視圖的功能()
MySQL服務(wù)器通過()來維護連接的客戶端,其作用域僅限于當前連接。
存儲過程一經(jīng)定義,就可以被反復(fù)調(diào)用,從而實現(xiàn)了代碼的復(fù)用性、封裝性、高性能等。
插入作為一種SQL操作,除了需要正確的命令語法外,還要求插入數(shù)據(jù)必須與數(shù)據(jù)表上的(),否則正確的語法也無法實現(xiàn)正常的插入操作。
MySQL 5.0存貯過程的優(yōu)勢是()
參數(shù)的取名可以與數(shù)據(jù)表的列名相同。
在定義數(shù)據(jù)表結(jié)構(gòu)的時候,設(shè)置數(shù)據(jù)表之間的存在關(guān)系為“級聯(lián)更新”,會為保證數(shù)據(jù)一致性帶來方便,但也存在“一改全改”的數(shù)據(jù)變化風險。
MySQL權(quán)限管理分為兩個階段:服務(wù)器會檢查是否允許你連接,檢查你發(fā)出的每個請求,看是否有足夠的權(quán)限實施它。
MySQL通過賦予/撤銷某個用戶對某個數(shù)據(jù)庫或某個表的某項權(quán)力(讀、寫、更改、刪除等),來保證數(shù)據(jù)安全。
視圖的意義:為用戶集中提取數(shù)據(jù)、隱蔽數(shù)據(jù)庫的復(fù)雜性,使操作簡便化、增加數(shù)據(jù)的安全性、提高表的邏輯獨立性。