A.作業(yè)計劃運行頻率
B.作業(yè)計劃每天運行頻率
C.作業(yè)計劃持續(xù)時間
D.作業(yè)計劃執(zhí)行身份
您可能感興趣的試卷
你可能感興趣的試題
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’)
最新試題
為了保護數(shù)據(jù)庫,要盡可能多的使用root賬號來登錄,以此來確保數(shù)據(jù)的安全訪問。
索引一定比表中的數(shù)據(jù)占用的存儲空間小。
一個表上建立的索引越多,就越有利于查詢速度的提高。
任何SQL 語句都需要手動COMMIT 來提交事務(wù)。
索引是一種與表相關(guān)的對象,合理地使用索引可以顯著提高查詢速度。
關(guān)系是若干表的集合。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴的過程。
嵌套子查詢只能返回一行數(shù)據(jù)。
用mysqldump命令備份后形成的.sql文件,可用mysql call命令導(dǎo)入到數(shù)據(jù)庫中。
每次修改my.ini 文件中的參數(shù)后,必須重新啟動MySQL 服務(wù)才會生效。