Q. Which method on a model saves the object to the database?
β
Correct Answer: (C)
save()
Explanation: The save() method is used to insert or update model instances in the database.