Homepage / Notes / Computer Science / Programming Languages / SQL
DELETE FROM {table_name} WHERE {column_name} = {condition};
=