Biology Forums - Study Force

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



Title: Which of the following commands will revoke the SELECT privilege for the ORDERS table previously ...
Post by: jay123 on Jan 31, 2018
Which of the following commands will revoke the SELECT privilege for the ORDERS table previously granted to user RTHOMAS?
 a. REVOKE SELECT FROM rthomas;
   b. REVOKE SELECT ON orders FROM rthomas;
   c. REVOKE SELECT FOR orders FROM rthomas;
   d. UNGRANT SELECT FROM rthomas;


Title: Which of the following commands will revoke the SELECT privilege for the ORDERS table previously ...
Post by: studente on Jan 31, 2018
Content hidden