Database Management
Accenture Technical PrimermediumDatabase Management08 Dcl & Database Objects

Which SQL statement grants a privilege to all the database users?

Answer options

A
GRANT SELECT ON employees TO PUBLIC;
B
GRANT SELECT ON employees TO ALL;
C
GRANT ALL ON employees;
D
GRANT SELECT ON employees TO USERS;

Correct answer: GRANT SELECT ON employees TO PUBLIC;

Explanation

Quick AnswerThe correct answer is GRANT SELECT ON employees TO PUBLIC; because it directly addresses the core logic of Database Management.

GRANT ... TO PUBLIC gives the privilege to all current and future users.

Related Accenture Database Management questions

Practice more Accenture Database Management questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!