Biology Forums - Study Force

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



Title: Which of the following SQL statements will assign the DBA role as the default role for user RTHOMAS? ...
Post by: EnS0urce on Jan 31, 2018
Which of the following SQL statements will assign the DBA role as the default role for user RTHOMAS?
 a. ALTER USER rthomas SET DEFAULT TO DBA;
   b. SET ROLE DBA;
  c. ALTER USER rthomas DEFAULT ROLE dba;
  d. none of the above


Title: Which of the following SQL statements will assign the DBA role as the default role for user RTHOMAS? ...
Post by: jgfnd on Jan 31, 2018
Content hidden