sqlindexingsql-drop

What happens to index once the table got dropped?


After dropping the table, found that the index created on the columns of the dropped table is gone. I just want to know what happens after that. Could someone please explain?

What all are the others getting dropped along with table drop?


Solution

  • In Oracle when dropping a table