Progress
SQL-92
Guide and Reference


DROP TABLE Statement

Deletes the specified table.

SYNTAX

DROP TABLE  [ owner_name.]table_name ; 

owner_name

Specifies the owner of the table.

table_name

Names the table to drop.

EXAMPLE

DROP TABLE customer ; 

NOTES

AUTHORIZATION

Must have DBA privilege or ownership of the table.

SQL COMPLIANCE

SQL-92, ODBC Minimum SQL grammar

ENVIRONMENT

Embedded SQL, interactive SQL, ODBC applications, JDBC applications

RELATED STATEMENTS

CREATE TABLE Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095