What does the letter 'D' stand for in the widely accepted ACID properties of database transactions?
A. Data
B. Dependency
C. Durability
D. Definition
Answer: Option C
Solution (By JKExamLibrary)
ACID stands for Atomicity, Consistency, Isolation, and Durability. Durability ensures that once a transaction commits, its changes survive system failures.
Explanation:
A Correlated Subquery is an inner query that references columns from the outer query, meaning it must be executed repeatedly for each row evaluated by the outer query.
No comments yet. Be the first to start the discussion!