Apache Derby – Drop Table The DROP TABLE statement is used to remove an existing table including all its triggers, constraints, permissions. Syntax Following is the Syntax of the DROP TABLE statement. ij> DROP TABLE table_name; Example Suppose you have a table named Student in the database. The following SQL statement deletes a table named […]