A.T-SQL語言腳本
B.命令行運(yùn)行程序
C.Integration Service包
D.Analysis Service命令
您可能感興趣的試卷
你可能感興趣的試題
A.alter table employee alter column state varchar(100)
B.alter table employee column state varchar(100)
C.alter table employee alter column of state varchar(100)
D.alter table employee add column state varchar(100)
A.delete student where sex in(NULL)
B.delete student where sex=NULL
C.delete student where sex is NULL
D.delete student where is NULL(sex,O)is NULL
A.更新了多行數(shù)據(jù)
B.沒有數(shù)據(jù)更新
C.更新了一行數(shù)據(jù)
D.出現(xiàn)錯(cuò)誤
A.Insert into student(sid,sname)values(1,’Jack’)
B.Insert into student(sid,sname)values(1,"jack")
C.Insert into student values(1,"jack")
D.Insert into student values(’jack’)
A.declare
B.open
C.close
D.deallocate
最新試題
在SQL語句中,數(shù)值型、字符型和日期型數(shù)據(jù)必須用單引號(hào)引起來。
觸發(fā)器是基于一表創(chuàng)建的,所以只能對(duì)該表操作。
嵌套子查詢只能返回一行數(shù)據(jù)。
用mysqldump命令備份后形成的.sql文件,可用mysql call命令導(dǎo)入到數(shù)據(jù)庫中。
索引一定比表中的數(shù)據(jù)占用的存儲(chǔ)空間小。
概念模型獨(dú)立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。
每次修改my.ini 文件中的參數(shù)后,必須重新啟動(dòng)MySQL 服務(wù)才會(huì)生效。
數(shù)據(jù)庫外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫的物理數(shù)據(jù)獨(dú)立性。
如果兩個(gè)用戶具有相同的名字但主機(jī)名不同,MySQL將其視為不同的用戶。
存儲(chǔ)過程可以定義參數(shù)。