Câu 19: DP-200: Implementing an Azure Data Solution
You plan to use Microsoft Azure SQL Database instances with strict user access control. A user object must: ✑ Move with the database if it is run elsewhere ✑ Be able to create additional usersYou need to create the user object with correct permissions. Which two Transact-SQL commands should you run? Each correct answe…
Nội dung câu hỏi
You plan to use Microsoft Azure SQL Database instances with strict user access control. A user object must: ✑ Move with the database if it is run elsewhere ✑ Be able to create additional usersYou need to create the user object with correct permissions. Which two Transact-SQL commands should you run? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. ALTER LOGIN Mary WITH PASSWORD = 'strong_password';
- B. CREATE LOGIN Mary WITH PASSWORD = 'strong_password';
- C. ALTER ROLE db_owner ADD MEMBER Mary; — đáp án hiện tại
- D. CREATE USER Mary WITH PASSWORD = 'strong_password'; — đáp án hiện tại
- E. GRANT ALTER ANY USER TO Mary;
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.