does dropping table drop sequence too?
642301May 30 2008 — edited May 30 2008In oracle 9,10, pl/sql, does dropping a table also drop all associated sequences (the columns that increment with nextval)?
I created the table and the sequence separately and I use an 'insert into' statement to add values to a column in the table.
I don't think there is a permanent connection between the column and the sequence but I'm wondering if it is possible anyway.