Recovering Dropped Tables

Previous
Previous
Next
Next

When you drop (delete) a table, the database does not immediately remove the space associated with the table. Instead, the database renames the table and places it and any dependent objects in a recycle bin, where, in case the table was dropped in error, it can be recovered at a later time.

This section contains the following topics: