1. Learn
  2. /
  3. Cursuri
  4. /
  5. Introduction to MongoDB in Python

Connected

exercițiu

Deleting multiple MongoDB documents

It's time for some database cleanup. More specifically, you're going to use .delete_many() to delete all movies that were released a long time ago, in one go.

Instrucțiuni

100 XP
  • Delete all movies that have a "release_year" before 1990.
  • Print the number of deleted documents.