Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PRIMARY KEY CASCADE;

EV259Apr 18 2013 — edited Apr 18 2013
ALTER TABLE Table_Name DROP PRIMARY KEY CASCADE;
drop table Table_name cascade constraints;
What exactly happening here with the above two statements. in the first step we are dropping Primary key and in the next dropping the table itself.

Am in a confusion and not able get what is going exactly.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2013
Added on Apr 18 2013
3 comments
10,449 views