Multiple Choice
Which of the following SQL statements will grant all object privileges for the ORDERS table to user RTHOMAS?
A) GRANT ALL ON orders TO rthomas;
B) GRANT * ON orders TO rthomas;
C) GRANT ALL OBJECTS ON orders TO rthomas;
D) GRANT ALL OPRIVS ON orders TO rthomas;
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Which of the following SQL statements will
Q21: A user can be assigned a default
Q22: Partial list of privileges<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt="Partial
Q23: The<u> WITH GRANT OPTION</u> cannot be included
Q24: All privileges granted to a role must
Q26: Permissions allow users to execute certain SQL
Q27: The <u>REVOKE</u> command can be used to
Q28: A user can check all his or
Q29: Which of the following keywords must be
Q30: Granting users limited _ to access data