Accuracer: The First And Only BDE Alternative
Client-Server Single-File Embedded Database for Delphi / C++Builder / Kylix



DROP TABLE Statement

Previous  Top  Next


Introduction

The DROP TABLE statement is used to delete table from the database.

Syntax

DROP TABLE table_name [CASCADE | RESTRICT]

CASCADE option forces to drop all other objects in database referencing this table (like foreign key constraints).

Here is an example:

DROP TABLE Test

Note:
If the table does not exist, DROP TABLE will not raise an exception.


© AidAim Software Accuracer: Benefits-bde Replacement Embedded Database For Delphi C\+\+ Builder Kyli