VertitimeX Technologies

SQL Delete.

The DELETE query is used to delete records in a table.
Syntax

        DELETE FROM table_name;