Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
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;
This Question is not yet answered!
Related Answered Questions
Related Open Questions