Drop Table DB2
Drop Table DB2
How to drop/delete a DB2 Table?
The following query can be used to drop/delete a DB2 Table
DROP TABLE Table_Name
where Table_Name is the name of the table to be deleted.
; ; ; ;