Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Remove matching rows with `DELETE`, then query the remaining table contents.
Add new data to a table, then verify the inserted row with a deterministic query.
Return every row from a table with an explicit sort order for deterministic output.
Modify existing rows with `UPDATE`, then verify the changed data with a stable query.