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)
上述語句實現(xiàn)的功能為()
A.將Company數(shù)據(jù)庫中長度為20MB的testdat3數(shù)據(jù)文件設(shè)置為當前文件。
B.在Company數(shù)據(jù)庫中創(chuàng)建一個20MB的名字為testdat3的數(shù)據(jù)文件。
C.將Company數(shù)據(jù)庫中長度為20MB的testdat3數(shù)據(jù)文件刪除
D.將Company數(shù)據(jù)庫中testdat3數(shù)據(jù)文件的長度改為20MB
最新試題
在MySQL中,使用insert語句向數(shù)據(jù)庫表插入數(shù)據(jù)記錄的方式有()
mysql變量有4種類型:局部變量、用戶變量、會話變量和全局變量。
存儲過程一經(jīng)定義,就可以被反復(fù)調(diào)用,從而實現(xiàn)了代碼的復(fù)用性、封裝性、高性能等。
存儲過程命名規(guī)則與數(shù)據(jù)庫、數(shù)據(jù)表、列等標識符命名可以隨心所欲,不需要規(guī)則一致。
想要實現(xiàn)級聯(lián)刪除必須在數(shù)據(jù)外鍵上設(shè)置“級聯(lián)”的更新或刪除。
視圖就是一個虛表,保存視圖時,保存的是視圖的定義。
批量記錄插入,可以不要求插入數(shù)據(jù)結(jié)構(gòu)匹配,與約束不沖突。
MySQL變量可分為兩大類,即用戶變量和系統(tǒng)變量。
用戶可以超出權(quán)限控制對數(shù)據(jù)庫進行訪問。
MySQL服務(wù)器通過()來維護連接的客戶端,其作用域僅限于當前連接。