Explanation:
ACID stands for Atomicity, Consistency, Isolation, and Durability. Durability ensures that once a transaction commits, its changes survive system failures.
Explanation:
A Trigger is a named database object containing procedural code that automatically runs or fires when a specific DML statement occurs on a designated table.
No comments yet. Be the first to start the discussion!