A.只是修改
B.只是插入
C.只是刪除
D.修改、插入、刪除
您可能感興趣的試卷
你可能感興趣的試題
A.SELECT quantity,UnitPrice FROM sales
B.SELECT quantity,UnitPrice,quantity+UnitPrice AS totalPrices FROM sales
C.SELECT quantity,UnitPrice,quantity*UnitPrice AS totalPrices FROM sales
D.SELECT quantity,UnitPrice,sum(quantity*UnitPrice) AS totalPrice FROM sales
A.selectc ompanyname,fax from suppliers where fax is null
B.select companyname,fax from suppliers where country in(’China’,’Italy’)
C.select companyname,fax from suppliers where country=’China’ or country=’Italy’
D.select companyname,fax from suppliers where fax=null
A.a11
B.distinct
C.order
D.group
A.存儲(chǔ)過(guò)程中加上output的參數(shù)只能由存儲(chǔ)過(guò)程內(nèi)向外傳遞值,而不能由存儲(chǔ)過(guò)程外向內(nèi)傳遞值。
B.在定義存儲(chǔ)過(guò)程時(shí),需要向外傳遞值的參數(shù)需要加上output參數(shù)。
C.在執(zhí)行存儲(chǔ)過(guò)程時(shí),需要向外傳遞值的參數(shù)需要加上output參數(shù)。
D.output的作用是能使存儲(chǔ)過(guò)程的參數(shù)向過(guò)程外傳遞值。
A.1000、OUT
B.1024、0UTPUT
C.2048、OUTPUT
D.2048、OUT
最新試題
在查詢(xún)語(yǔ)句中,一個(gè)表可以與它自己進(jìn)行連接。
一個(gè)關(guān)系模式中只能有一個(gè)候選碼。
ORDER BY 默認(rèn)排序方向?yàn)镈ESC。
一個(gè)表可以創(chuàng)建多個(gè)不同的視圖。
DELETE語(yǔ)句刪除的是表中的數(shù)據(jù),表結(jié)構(gòu)還在。
表的同一列數(shù)據(jù)必須有相同的數(shù)據(jù)類(lèi)型。
Select查詢(xún)語(yǔ)句中into outfile子句的功能是將查詢(xún)結(jié)果輸出到指定文件中。
MySQL配置文件修改后,保存即刻生效。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴(lài)的過(guò)程。
在SQL語(yǔ)句中,數(shù)值型、字符型和日期型數(shù)據(jù)必須用單引號(hào)引起來(lái)。