Q. What is the isolation property of transactions?
β
Correct Answer: (C)
one transaction does not affect the other
Explanation: In a database, a transaction is a sequence of operations that are treated as a single unit. Imagine you're transferring money from one account to another. This whole process, from checking your balance to confirming the transfer, is considered a transaction.