Multiple Choice
Which of the following SQL statements will grant the SELECT privilege for the ORDERS table to all database users?
A) GRANT SELECT ON orders TO PUBLIC;
B) GRANT SELECT ON orders TO EVERYONE;
C) GRANT SELECT ON orders TO *;
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q92: Which of the following clauses is required
Q93: Which of the following SQL statements will
Q94: What are the differences between object and
Q95: The PASSWORD EXPIRE option can be used
Q96: A user can assume a different set
Q98: Object privileges allow users to perform DML
Q99: The _ clause of the GRANT command
Q100: A user can change his or her
Q101: What is the benefit of assigning privileges
Q102: Which of the following statements about granting