Ste wrote:
> Hi,
>
> I would like to seek help dropping a table with foreign keys being
> referenced to and referencing other table. Do we disable constraints
> first before "drop table constraints cascade"? Would dropping this table
> drop other foreign key referenced table too?
>
> Thanks for any comments.
>
> Ste
DROP TABLE <table_name> CASCADE CONSTRAINTS;
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)