We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521d12e commit 7bf6040Copy full SHA for 7bf6040
source/fundamentals/crud.txt
@@ -17,18 +17,10 @@ CRUD Operations
17
.. toctree::
18
:caption: CRUD Operations
19
20
-<<<<<<< HEAD
21
- /fundamentals/crud/read-operations
22
- /fundamentals/crud/write-operations
23
- /fundamentals/crud/query-document
24
- /fundamentals/crud/compound-operations
25
-=======
26
Read </fundamentals/crud/read-operations>
27
Write </fundamentals/crud/write-operations>
28
Query </fundamentals/crud/query-document>
29
Compound Operations </fundamentals/crud/compound-operations>
30
- Operations on Replica Sets </fundamentals/crud/read-write-pref>
31
->>>>>>> 09afc55 (DOCSP-44947 TOC Relabel (#923))
32
33
CRUD (Create, Read, Update, Delete) operations allow you to work with
34
the data stored in MongoDB.
0 commit comments