I have a table with two columns: id (unique key) and data.
I need to delete a row from that table with id equal to some value. Obvious query:
DELETE FR