單項選擇題使用SSMS進(jìn)行數(shù)據(jù)庫用戶的相關(guān)操作時要依次展開()

A.安全性-用戶
B.數(shù)據(jù)庫-用戶
C.數(shù)據(jù)庫-安全性-用戶
D.安全性-數(shù)據(jù)庫-用戶


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在SQL server中,還原事務(wù)日志備份時,提示“該LSN太晚,無法應(yīng)用到數(shù)據(jù)庫”時,執(zhí)行以下哪個操作可以還原成功?()

A.刪除數(shù)據(jù)庫
B.關(guān)閉所有用戶與該數(shù)據(jù)庫的連接
C.添加勾選完整備份與當(dāng)前事務(wù)日志備份之間的所有事務(wù)日志備份
D.以上都不行

2.單項選擇題創(chuàng)建備份設(shè)備使用的系統(tǒng)存儲過程是()

A.sp_dropdevice
B.sp_addumpdevice
C.sp_grantlogin
D.sp_addlogin

3.單項選擇題在SQL server中撤銷hello用戶對表students賦予刪除權(quán)限正確的語句是()

A.grant delete on students to hello
B.revoke delete on students to hello
C.revoke delete on students from hello
D.deny delete on students to hello

4.單項選擇題以下不是SQL server的服務(wù)器角色的特點的是()

A.每個角色有一定的權(quán)限
B.是服務(wù)器權(quán)限的集合
C.不能創(chuàng)建服務(wù)器角色
D.能創(chuàng)建服務(wù)器角色

5.單項選擇題以下哪一條SQL語句可以用來創(chuàng)建SQL server的數(shù)據(jù)庫用戶?()

A.CREATE USER user_name FOR LOGIN login_name
B.ALTER USER username WITH NAME=newusername
C.create login name with password=’abcd1234@’
D.CREATE ROLE role_name AUTHORIZATION owner_name