πŸ“Š Django
Q. Which method can be used to delete an object in Django ORM?
  • (A) remove()
  • (B) clear()
  • (C) delete()
  • (D) erase()
πŸ’¬ Discuss
βœ… Correct Answer: (C) delete()

Explanation: The `delete()` method removes an object from the database.

Explanation by: Mr. Dubey
The `delete()` method removes an object from the database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate