Q. Which Django command applies migrations to the database?
β
Correct Answer: (C)
python manage.py migrate
Explanation: `migrate` applies the generated migrations to the database.