Explore topic-wise MCQs in Database.

This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Database knowledge and support exam preparation. Choose a topic below to get started.

1.

WHICH_OF_THE_FOLLOWING_STATEMENT_IS_USED_TO_REMOVE_THE_PRIVILEGE_FROM_THE_USER_AMIR??$

A. Remove update on department from Amir
B. Revoke update on employee from Amir
C. Delete select on department from Raj
D. Grant update on employee from Amir
Answer» C. Delete select on department from Raj
2.

Which of the following is used to provide privilege to only a particular attribute?

A. Grant select on employee to Amit
B. Grant update(budget) on department to Raj
C. Grant update(budget,salary,Rate) on department to Raj
D. Grant delete to Amit
Answer» D. Grant delete to Amit
3.

The database administrator who authorizes all the new users, modifies the database and takes grants privilege is

A. Super user
B. Administrator
C. Operator of operating system
D. All of the mentioned
Answer» E.