Revision: 1149
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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