Q. Which of the following is a built-in field type in Django models?
β
Correct Answer: (B)
CharField
Explanation: `CharField` is a built-in field used to store short strings in Django models.