> [!tldr] Create, Read, Update, Delete - the basic types of database transactions
Transactions are a subset of all the *operations* you can do on a database.
Transactions really should be [[ACID]]-compliant. I know of no benefit for *not* being compliant.
Transactions are what [[OLTP]] databases are optimized for.
****
# More
## Source
- self