Q. How do you refer to another model in a ForeignKey field?
β
Correct Answer: (A)
ForeignKey(Model)
Explanation: `ForeignKey(Model)` defines a foreign key relationship in Django.