Table of ContentsPreviousNext

Ispirer
Please, note, that Ispirer SQLWays 6.0 is no longer supported and provided to clients.
You can try out automated conversion of databases and applications with Ispirer Toolkit for free. Download free trial.
Check out the relevant toolkit documentation.


Ispirer SQLWays Database Migration Software

Dropping Tables

The DROP TABLE statement is used to drop tables. The following statement drops the BOOKS table:

DROP TABLE books 

The table you want to drop may be referenced by a FOREIGN KEY constraint.

The CASCADE CONSTRAINTS option drops the FOREIGN KEY constraints of the child tables. For example,

DROP TABLE books CASCADE CONSTRAINTS 

To generate the CASCADE CONSTRAINTS option for Oracle


Table of ContentsPreviousNext
Copyright 1999-2023 Ispirer Systems.
Ispirer and SQLWays are registered trademarks. All other product names may be trademarks of the respective companies.
All rights reserved.