The Delete Statements in SQL.

Submitted by: Administrator
DELETE FROM table_name WHERE column_name = some_value

Delete All Rows:
DELETE FROM table_name or DELETE * FROM table_name
Submitted by: Administrator

Read Online SQL and PL/SQL Job Interview Questions And Answers