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

Exercise

Categorical data validation

What expression asserts that the distinct Nobel Prize categories cataloged by the "prizes" collection are the same as those cataloged by the "laureates"? Remember to explore example documents in the console via e.g. db.prizes.find_one() and db.laureates.find_one().

Instructions

50 XP

Possible answers