This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What keyword tells Django there's a relationship between two classes?
schema
INSTALLED_APPS
ForeignKey
What Django command is the same as the INSERT statement in SQL?
INSERT
Question.objects.all()
save
q.question_text
What command should you use to update the database schema?
makemigrations
sqlmigrate
migrate
You must answer all questions before checking your work.
Was this page helpful?