Q. Which of the following is used to define relationships between models?
β
Correct Answer: (A)
ForeignKey
Explanation: `ForeignKey` is used to establish one-to-many relationships between models.