InterviewSolution
Saved Bookmarks
| 1. |
Statement used to remove a user from the current database is ____________(a) DROP ROLE(b) DROP USER(c) DROP LOGIN(d) None of the mentionedI got this question in examination.Query is from Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» The correct CHOICE is (b) DROP USER |
|