The DELETE statement is used to delete or remove all the rows from the table.
Syntax: DELETE FROM tableName;
Example:
Output:
The DELETE statement with where condition is used to delete or remove the specific rows from the table.
Syntax: DELETE FROM tableName [WHERE condition];
No comments:
Post a Comment