InterviewSolution
Saved Bookmarks
| 1. |
Creation ofnew database role in the current database is made by __________(a) CREATE APPLICATION ROLE(b) CREATE ROLE(c) CREATE USER(d) CREATE LOGINThe question was posed to me in an interview for job.My query is from Data Definition Language topic in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» CORRECT CHOICE is (b) CREATE ROLE To EXPLAIN: CREATE ROLE generates a new role in the DATABASE. |
|