H2 Drop Table
The H2 Drop Table Tool allows users to select a table to be dropped. The tool then generates the SQL to drop the table.
Listed below is an example SQL statement generated by the Drop Table Tool.
DROP TABLE PUBLIC.EMPLOYEE
The H2 Drop Table Tool allows users to select a table to be dropped. The tool then generates the SQL to drop the table.
Listed below is an example SQL statement generated by the Drop Table Tool.
DROP TABLE PUBLIC.EMPLOYEE