How do I create a new role in my database with my first name which is Denise, and add read only access on the HR user's EMPLOYEES table to this role.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
Using Adventureworks database as a reference, following shows sudo code
|
||||
|
|
|
From the documentation on MSDN for Create Role and Grant select
|
|||||||||
|