8. OpenSQL Statements : Drop : Description
 
Share this page                  
Description
The DROP statement removes the specified tables, indexes, and views from the database. When a table is dropped, any indexes, views, or privileges defined on that table are automatically dropped also. When a view is dropped, all associated privileges and dependent views are dropped.
To ensure application portability, follow every DROP statement with a COMMIT statement.