Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following ACID properties ensures that committed transactions will be properly executed if the system fails?
36. Which of the following ACID properties ensures that committed transactions will be properly executed if the system fails?
- Atomicity
- Consistency
- Isolation
- Durability.
Answer: D) Durability
Explanation:
The durability property ensures that committed transactions will be properly executed if the system fails.