Q. Which method is used to save changes to a model instance?
β
Correct Answer: (B)
save()
Explanation: The save method is used to write or update model instance data to the database.