[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SQLDropTable
Where tablename is the name of the table you want to remove. Some Databases allow the removal of more than one table per statement. You may do this by using a comma to separate table names with in list.
For example:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SQLDropTable
(SQL) DROP TABLE
Removes a table from a database. It's syntax is:-DROP TABLE tablename
Where tablename is the name of the table you want to remove. Some Databases allow the removal of more than one table per statement. You may do this by using a comma to separate table names with in list.
For example:
DROP TABLE a,b,c
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
