1.

Which of the following is a privilege in SQL standard?(a) select(b) insert(c) update(d) All of the mentionedI got this question in quiz.My question comes from SQL Data Types and Schemas in section Intermediate and Advanced Sql of RDBMS

Answer»

Right choice is (d) All of the mentioned

Easy explanation: The SQL standard includes the privileges select, insert, UPDATE and delete. This privilege set can be granted or revoked among the USERS.



Discussion

No Comment Found

Related InterviewSolutions