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