1.

Which is the minimal permission that a user must have to drop the database?(a) READ(b) WRITE(c) VIEW(d) CONTROLThis question was addressed to me in an international level competition.My question comes from Data Definition Language topic in division Creating the Physical Database Schema of SQL Server

Answer»

Right ANSWER is (d) CONTROL

The explanation is: To execute DROP DATABASE, at a MINIMUM, a USER must have CONTROL permission on the database.



Discussion

No Comment Found

Related InterviewSolutions