Which database feature ensures that concurrent transactions do not interfere with each other?
Q1. Which database feature ensures that concurrent transactions do not interfere with each other?
Answer: Isolation
Explanation: Isolation ensures that concurrent transactions are executed independently, preventing data inconsistencies. NET computer science MCQs often test this core concept.