Q. What does `null=True` in a model field mean?
β
Correct Answer: (C)
Database column can store NULL
Explanation: `null=True` allows NULL values at the database level for that field.