|
<< Click to Display Table of Contents >> DROP TABLE statement |
![]() ![]()
|
Deletes a table.
DROP TABLE table_reference
Use the DROP TABLE statement to delete an existing table. The statement below drops a Paradox table:
DROP TABLE "Employee.db"