Solved

Which of the Following SQL Statements Will Grant the SELECT

Question 97

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions