Valid 70-462 Dumps shared by ExamDiscuss.com for Helping Passing 70-462 Exam! ExamDiscuss.com now offer the newest 70-462 exam dumps, the ExamDiscuss.com 70-462 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-462 dumps with Test Engine here:
You have a SQL Server instance that uses database roles. The instance contains two databases named Customers and Sales. A user named User1 has the required roles to access Customers. You need to ensure that User1 can access Sales. Which statement should you execute first?
Correct Answer: A
Explanation/Reference: The ALTER ROLE...ADD MEMBER command adds or removes members to or from a database role. Example: This example creates a database role named Sales. It adds a database user named Barry to the membership. CREATE ROLE Sales; ALTER ROLE Sales ADD MEMBER Barry; References: https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-role-transact-sql