Q. Which Django model method is used to save data to the database?
β
Correct Answer: (C)
save()
Explanation: The `save()` method writes the model instance to the database.