Database Management
primer-original-v2mediumDatabase Management08 Dcl & Database Objectsprimer-original-v2

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.

This question has been retained as-is due to its unique context.

Related Database Management questions

Practice more Database Management questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.