A. select au_id from authors where state IN(“ac”,:”sk”);
B. select au_id from authors where state between ac and sk
C. select au_id from authors where state not between ca and ks
D. select au_id from authors where state IN(“ca”,:”ks”);
您可能感興趣的試卷
你可能感興趣的試題
A.sp_renamedb authors student
B.sp_rename authors student
C.sp_renamedata authors student
D.sp_renameview authors student
A.sp_spaceused authors
B.sp_depends authors
C.sp_help authors
D.sp_renamedb authors student
ALTER TABLE exa
ADD column_b VARCHAR(20) NULL
這條語句的語義為()
A.創(chuàng)建表格exa,使其增加一列
B.創(chuàng)建表格exa,使其刪除一列
C.修改表格exa 定義,使其增加一列
D.修改表格 exa 定義,使其刪除一列
A.256
B.64
C.108
D.128
ALTER DATABASE Company
MODIFY FILE (NAME=testdat3,SIZE=20MB)
上述語句實(shí)現(xiàn)的功能為()
A.將Company數(shù)據(jù)庫中長度為20MB的testdat3數(shù)據(jù)文件設(shè)置為當(dāng)前文件。
B.在Company數(shù)據(jù)庫中創(chuàng)建一個(gè)20MB的名字為testdat3的數(shù)據(jù)文件。
C.將Company數(shù)據(jù)庫中長度為20MB的testdat3數(shù)據(jù)文件刪除
D.將Company數(shù)據(jù)庫中testdat3數(shù)據(jù)文件的長度改為20MB
最新試題
在定義數(shù)據(jù)表結(jié)構(gòu)的時(shí)候,設(shè)置數(shù)據(jù)表之間的存在關(guān)系為“級(jí)聯(lián)更新”,會(huì)為保證數(shù)據(jù)一致性帶來方便,但也存在“一改全改”的數(shù)據(jù)變化風(fēng)險(xiǎn)。
DELETE語句中使用JOIN子句執(zhí)行跨表刪除時(shí),有INNER、LEFT、RIGHT即內(nèi)連接、左連接、右連接等不同的連接方式。
MySQL服務(wù)器通過()來維護(hù)連接的客戶端,其作用域僅限于當(dāng)前連接。
參數(shù)的取名可以與數(shù)據(jù)表的列名相同。
MySQL數(shù)據(jù)庫中,通常將用戶寫入對(duì)應(yīng)的權(quán)限表來控制訪問權(quán)限的,以下屬于用戶權(quán)限得選項(xiàng)()
存儲(chǔ)過程命名規(guī)則與數(shù)據(jù)庫、數(shù)據(jù)表、列等標(biāo)識(shí)符命名可以隨心所欲,不需要規(guī)則一致。
以下關(guān)于級(jí)聯(lián)刪除描述正確的是()
存儲(chǔ)過程一經(jīng)定義,就可以被反復(fù)調(diào)用,從而實(shí)現(xiàn)了代碼的復(fù)用性、封裝性、高性能等。
正常情況下一般刪除命令都會(huì)有帶WHERE子句。
MySQL變量可分為兩大類,即()