Q. Which command shows all SQL statements for a migration in Django?
β
Correct Answer: (B)
python manage.py sqlmigrate
Explanation: `sqlmigrate` displays the SQL statements for a given migration.