DELETE FROM

Definition:

Delete records from table.

Command Syntax:

DELETE FROM table_name
[WHERE criteria];

'Do not forget the FROM.'By secondary 6 student

Comments