Collections of queries that is treated as a single unit of work.
Transaction BEGIN, COMMIT, ROLLBACK
https://www.educative.io/answers/what-are-transaction-isolation-levels
Result of having transaction run in complete isolation from other concurrent transactions.
begin transaction isolation level repeatable read;