A.T-SQL語言腳本
B.命令行運行程序
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)錯誤
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
最新試題
存儲過程可以定義參數(shù)。
在MySQL的權(quán)限授予語句中,可用于指定權(quán)限級別的值中*.*表示當前數(shù)據(jù)庫中的所有表。
一個表可以創(chuàng)建多個不同的視圖。
MySQL配置文件修改后,保存即刻生效。
事務(wù)COMMIT 之后,還可以撤銷。
啟用日志不會降低MySQL數(shù)據(jù)庫的性能。
任何SQL 語句都需要手動COMMIT 來提交事務(wù)。
WHERE子句用于指定滿足條件的記錄行,只會出現(xiàn)在查詢語句中。
嵌套子查詢只能返回一行數(shù)據(jù)。
概念模型獨立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。