Drop Index of a DB2 Table

 

 
 
 
 
 
 
Drop Index of a DB2 Table
 
 
How to delete the index of a DB2 Table?
 
The following query can be used to drop/delete index of a DB2 Table
 
DROP INDEX Index_Name
 
 
Where Index_Name is the name of the index
; ; ; ;