Q. Which model field is suitable for a fixed set of choices?
β
Correct Answer: (C)
CharField with choices
Explanation: CharField with the choices attribute is used for predefined values.