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