Biology Forums - Study Force

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



Title: Which of the following SQL statements will remove user RTHOMAS from the database?
Post by: arock1 on Jan 31, 2018
Which of the following SQL statements will remove user RTHOMAS from the database?
 a. DELETE rthomas;
  b. DELETE USER rthomas;
   c. DROP USER rthomas;
  d. DROP rthomas;


Title: Which of the following SQL statements will remove user RTHOMAS from the database?
Post by: su on Jan 31, 2018
c