SQLite Code Factory online Help
Prev | Return to chapter overview | Next |
DROP TABLE
sql-command ::= |
DROP TABLE table-name |
The DROP TABLE statement consists of the keywords "DROP TABLE" followed by the name of the table. The table named is completely removed from the disk. The table can not be recovered. All indices associated with the table are also deleted.
Prev | Return to chapter overview | Next |