Q. Which management command is used to show SQL for a migration?
β
Correct Answer: (A)
sqlmigration
Explanation: python manage.py sqlmigration shows the SQL statements for a specific migration.