Which statement would you use to remove the employee_id_pk primary key constraint and all depending constraints from the employee table?A. alter table employee drop primary key cascade;B. alter table employee delete primary key cascade;C. modify table employee drop constraint employee_id_pk cascade;D. alter table employee drop primary key employee_id_pk cascade;E. modify table employee delete primary key employee_id_pk CASCADE;

A

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions