The Drop Table Generator generates Drop Table statements. The generated statements can be executed directly on your target database to drop the table, or saved to file to be executed later on a database and platform of your choice.
The following example shows drop table DDL statements for a Microsoft Jet database:
drop table [Order Line]
drop table [Order]
drop table [Customer]
Figure 0.1 Example Drop Table DDL statements generated by TurboData
See TurboData Scenarios Overview