The DROP TABLE statement is used to delete an existing table definition, indexes, constraints, access privileges and all associated data.
Note: When a table is deleted all the available information in the table will be lost, so use it carefully.
Syntax: DROP TABLE tableName;
No comments:
Post a Comment