AI generated a database migration to 'clean up the schema.' Your DBA is on vacation. You're the last reviewer before this runs against production.
“I asked the AI to clean up our schema and it wrote this migration. Can you approve it? We want to run it tonight during the maintenance window.”
What you're being evaluated on
3 hints available (using hints reduces your score)
An AI-generated database migration renames tables, drops columns with foreign key dependencies, truncates audit logs, and permanently deletes records, all wrapped in confident comments. Practice reviewing AI-generated SQL migrations for destructive operations, missing rollback plans, blocking index creation, and schema changes that break existing application queries.
Play the full scenario above for free. More AI Code Review scenarios · Create a free account to save your progress.