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

Connected

Exercise

List databases and collections

It's always a good idea to know what databases exist on a server before you start querying. Let's get to it!

Instructions

100 XP
  • Print out all databases by calling the appropriate method on the client.
  • Print out all of the collections inside the film database.