Exercises

Exercise

  • Delete documents

    • Remove documents that have a 'location‘, 'Suwon‘.

  • Print all documents

{'_id': 1, 'age': 51, 'location': 'Seoul', 'name': 'Deayoung'}

Last updated

Was this helpful?