Câu 77: 70-462: MCSA Administering Microsoft SQL Server 20122014 Databases
Note: This question is part of a series of questions that use the same set of answer choices. An answer choice may be correct for more than one question in the series. You administer a SQL 2012 server that contains a database named SalesDB. SalesDb contains a schema named Customers that has a table named Regions. A us…
Nội dung câu hỏi
Note: This question is part of a series of questions that use the same set of answer choices. An answer choice may be correct for more than one question in the series. You administer a SQL 2012 server that contains a database named SalesDB. SalesDb contains a schema named Customers that has a table named Regions. A user named UserA is a member of a role named Sales.UserA is granted the Select permission on the Regions table. The Sales role is granted the Select permission on the Customers schema. You need to remove the Select permission for UserA on the Regions table. You also need to ensure that UserA can still access all the tables in the Customers schema, including the Regions table, through the Sales role permissions. Which Transact-SQL statement should you use?
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. DENY SELECT ON Object::Regions FROM UserA
- B. DENY SELECT ON Schema::Customers FROM UserA
- C. EXEC sp_addrolemember 'Sales', 'UserA'
- D. REVOKE SELECT ON Object::Regions FROM UserA — đáp án hiện tại
- E. REVOKE SELECT ON Object::Regions FROM Sales
- F. EXEC sp_droprolemember 'Sales', 'UserA'
- G. REVOKE SELECT ON Schema::Customers FROM UserA
- H. DENY SELECT ON Object::Regions FROM Sales
- I. DENY SELECT ON Schema::Customers FROM Sales
- J. REVOKE SELECT ON Schema::Customers FROM Sales
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.