No-op.
Insert the row. Will fail if key already exists.
Update a row. Will fail if key does not exist.
Delete a row. Will fail if key does not exist.
Upsert a row - insert if key does not exist, update a row if it does.
Delete only if row exists.