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

For explanation: DROP USER is USED to delete the user account from the DATABASE.



Discussion

No Comment Found

Related InterviewSolutions