Q. Which Django command shows SQL statements for migrations?
β
Correct Answer: (A)
sqlmigrate
Explanation: `sqlmigrate` displays the SQL statements that would be run for a migration.