Biology Forums - Study Force

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



Title: Which of the following SQL statements will remove the SELECT ANY TABLE privilege from the database ...
Post by: MADUBUCA76 on Jan 31, 2018
Which of the following SQL statements will remove the SELECT ANY TABLE privilege from the database so it can never be granted to another user?
 a. REVOKE SELECT ANY TABLE;
  b. REVOKE SELECT ANY TABLE FROM data_dictionary;
   c. REMOVE SELECT ANY TABLE;
  d. none of the above


Title: Which of the following SQL statements will remove the SELECT ANY TABLE privilege from the database ...
Post by: shelbydickerson on Jan 31, 2018
Content hidden