FundamentalsBeginner
What is a transaction?
Answer: A transaction groups database operations into a unit with defined consistency guarantees, commonly described through atomicity, consistency, isolation and durability.
- Atomicity
- Isolation
- Durability
Loading AdmnWizard Hub…
Interview Preparation
Data modeling, SQL, indexing, transactions, performance and reliability.
Practice role-specific questions with concise answers and key points.
Answer: A transaction groups database operations into a unit with defined consistency guarantees, commonly described through atomicity, consistency, isolation and durability.
Answer: Inspect the query plan, indexes, cardinality estimates, joins, filtering, locking and resource utilization; then change the highest-impact factor and measure again.