DELETE removes records.
INSERT INTO t_peep VALUES (2, 'gordon')
DELETE FROM t_peep WHERE id=2; SELECT * FROM t_peep