We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c816be7 commit 948483dCopy full SHA for 948483d
mongodb/mongodb-quiz.md
@@ -820,12 +820,13 @@ _Explanation_ : MongoDB's primary advantage as a NoSQL database over traditional
820
- [ ] It is responsible for data replication
821
- [ ] It is a tool for importing and exporting data
822
823
-#### Q103. Which method is used to remove a document from a collection in MongoDB?
+#### Q103. Which method is used to remove a single document from a collection in MongoDB?
824
+
825
+- [x] deleteOne()
826
+- [ ] removeOne()
827
+- [ ] drop()
828
+- [ ] remove()
829
-- [x] `deleteOne()`
-- [ ] `removeOne()`
-- [ ] `drop()`
-- [ ] `remove()`
830
831
#### Q104. What is a GridFS in MongoDB?
832
0 commit comments