Biology Forums - Study Force

Other Fields Homework Help Management Topic started by: jay123 on Jan 31, 2018



Title: Which of the following SQL statements will grant the SELECT privilege for the ORDERS table to all ...
Post by: jay123 on Jan 31, 2018
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


Title: Which of the following SQL statements will grant the SELECT privilege for the ORDERS table to all ...
Post by: Sammyfuria2 on Jan 31, 2018
.C