A.insert into
B.replace into
C.insert from
D.replace from
您可能感興趣的試卷
你可能感興趣的試題
A.Create table
B.rename table
C.alter table
D.drop table
A.use xscj
B.use xs
C.rename table xs to xs1
D.rename database xscj to xscj1
A.Create database
B.use database
C.alter database
D.drop database
A.Create table
B.rename table
C.alter table
D.drop table
最新試題
嵌套子查詢只能返回一行數(shù)據(jù)。
數(shù)據(jù)庫(kù)外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫(kù)的物理數(shù)據(jù)獨(dú)立性。
一個(gè)表上建立的索引越多,就越有利于查詢速度的提高。
在查詢語(yǔ)句中,一個(gè)表可以與它自己進(jìn)行連接。
Select查詢語(yǔ)句中into outfile子句的功能是將查詢結(jié)果輸出到指定文件中。
在SQL語(yǔ)句中,數(shù)值型、字符型和日期型數(shù)據(jù)必須用單引號(hào)引起來(lái)。
ORDER BY 默認(rèn)排序方向?yàn)镈ESC。
索引是一種與表相關(guān)的對(duì)象,合理地使用索引可以顯著提高查詢速度。
一個(gè)表可以創(chuàng)建多個(gè)不同的視圖。
WHERE子句用于指定滿足條件的記錄行,只會(huì)出現(xiàn)在查詢語(yǔ)句中。