Q. Which model method deletes an object from the database?
β
Correct Answer: (B)
delete()
Explanation: delete() removes the object from the database.