Code has been added to clipboard!

Removing SQL Table Rows

Example
DELETE FROM mytable_name
WHERE condition;