What is the SQL Statement?
SELECT
FROM
WHERE
What is Atomicity?
The transaction must be completed fully or not done at all
What is Consistency?
Any change must not break the database
It must be consistent with how it was before change
What is isolation?
A transaction must be isolated and not interfere with another transaction
What is durability?
A transaction must remain in the database