Question

What is the purpose of the "isolation" property in transactions?

A It ensures that all changes made in a transaction are permanent. Correct Answer Incorrect Answer
B It guarantees that the database remains consistent during concurrent transaction execution. Correct Answer Incorrect Answer
C It allows multiple transactions to execute concurrently without interfering with each other. Correct Answer Incorrect Answer
D It prevents unauthorized access to the database. Correct Answer Incorrect Answer

Solution

It guarantees that the database remains consistent during concurrent transaction execution.

Practice Next

Relevant for Exams:

×
×