Skip to content

Commit

Permalink
Update mongodb-quiz.md (Ebazhanov#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshoaibsarwar authored Mar 11, 2021
1 parent bbfa741 commit 9607207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/mongodb-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@

- [ ] `db.person.find({exists: 'homePhone'});`
- [ ] `db.person.exists({homePhone: true});`
- [ ] `db.person.find({homePhone: {$exists: true}});`
- [x] `db.person.find({homePhone: {$exists: true}});`
- [ ] `db.person.has('homePhone');`

#### Q55. Which file in the MongoDB directly holds the MongoDB daemon?
Expand Down

0 comments on commit 9607207

Please sign in to comment.