Câu 26: 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 Server database server that contains a database named SalesDb. SalesDb contains a schema named Customers that has a table namedReg…
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 Server database server that contains a database named SalesDb. SalesDb contains a schema named Customers that has a table namedRegions. 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 ensure that UserA is disallowed to select from the Regions table. 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 Sales
- B. DENY SELECT ON Schema::Customers FROM Sales
- C. REVOKE SELECT ON Object::Regions FROM Sales — đáp án hiện tại
- D. REVOKE SELECT ON Schema::Customers FROM Sales
- E. DENY SELECT ON Object::Regions FROM UserA
- F. DENY SELECT ON Schema::Customers FROM UserA
- G. REVOKE SELECT ON Object::Regions FROM UserA
- H. REVOKE SELECT ON Schema::Customers FROM UserA
- I. EXEC sp_addrolemember 'Sales', 'UserA'
- J. EXEC sp_droprolemember 'Sales', 'UserA'
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.