Return to Snippet

Revision: 1149
at September 21, 2006 00:00 by yuconner


Updated Code
#To delete a table (the table structure, attributes, and indexes will also be deleted):

DROP TABLE table_name

#To delete a database:

DROP DATABASE database_name

Revision: 1148
at September 18, 2006 13:01 by yuconner


Initial Code
#To delete a table (the table structure, attributes, and indexes will also be deleted):

DROP TABLE table_name

#To delete a database:

DROP DATABASE database_name

Initial URL


Initial Description


Initial Title
Delete a Table or Database

Initial Tags
database

Initial Language
SQL