Quiz 13 Question 6 of 20

An agent that performs database schema migrations uses a gate function before each migration step. The gate checks three conditions: (1) the target database is not a production instance, (2) a backup exists from within the last 24 hours, and (3) the migration script has been tagged 'approved' by a reviewer. What is the primary security benefit of this gate pattern?

Select an answer to reveal the explanation.

Motivation