Q. Which command shows the SQL statements for migrations?
β
Correct Answer: (B)
python manage.py sqlmigrate
Explanation: `sqlmigrate` shows the SQL that would be run for a migration.