Biology Forums - Study Force

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



Title: Which of the following SQL statements will delete the private synonym named MYSYNON?
Post by: Tu Truong on Jan 31, 2018
Which of the following SQL statements will delete the private synonym named MYSYNON?
 a. DROP PRIVATE SYNONYM mysynon;
  b. DROP PUBLIC SYNONYM mysynon;
  c. DROP SYNONYM mysynon;
  d. DELETE PRIVATE SYNONYM mysynon;


Title: Which of the following SQL statements will delete the private synonym named MYSYNON?
Post by: mon on Jan 31, 2018
c