File tree Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ The next diagram shows the same query in SQL:
51
51
return with only the ``_id``, ``name`` and ``address`` fields. See
52
52
:ref:`projections` for details.
53
53
54
+ .. see:: :doc:`/reference/sql-comparison` for additional examples
55
+ of MongoDB queries and the corresponding SQL statements.
56
+
54
57
Query Behavior
55
58
--------------
56
59
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ performing an update or an insert operation. Both the
74
74
:method:`db.collection.update()` and :method:`db.collection.save()` for
75
75
details on performing an upsert with these methods.
76
76
77
+ .. see:: :doc:`/reference/sql-comparison` for additional examples of
78
+ MongoDB write operations and the corresponding SQL statements.
79
+
77
80
Insert Behavior
78
81
~~~~~~~~~~~~~~~
79
82
Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ description: |
11
11
---
12
12
file : /reference/write-concern
13
13
description : |
14
- Configuration options associated with the guarantee MongoDB provides when reporting on the success of a write operation.
14
+ Configuration options associated with the guarantee MongoDB provides
15
+ when reporting on the success of a write operation.
16
+ ---
17
+ file : /reference/sql-comparison
18
+ description : |
19
+ An overview of common database operations showing both the MongoDB
20
+ operations and SQL statements.
15
21
---
16
22
file : /reference/object-id
17
23
description : |
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ MongoDB Interface
13
13
reference/operator
14
14
reference/command
15
15
reference/method
16
- reference/sql-comparison
17
16
18
17
.. _man-pages:
19
18
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ SQL to MongoDB Mapping Chart
11
11
In addition to the charts that follow, you might want to consider the
12
12
:doc:`/faq` section for a selection of common questions about MongoDB.
13
13
14
- Executables
15
- -----------
16
-
17
- The following table presents the MySQL/Oracle executables and the
18
- corresponding MongoDB executables.
19
-
20
- .. include:: /includes/table-sql-to-mongo-executables.rst
21
-
22
14
Terminology and Concepts
23
15
------------------------
24
16
@@ -27,6 +19,14 @@ and the corresponding MongoDB terminology and concepts.
27
19
28
20
.. include:: /includes/table-sql-to-mongo-terms.rst
29
21
22
+ Executables
23
+ -----------
24
+
25
+ The following table presents the MySQL/Oracle executables and the
26
+ corresponding MongoDB executables.
27
+
28
+ .. include:: /includes/table-sql-to-mongo-executables.rst
29
+
30
30
Examples
31
31
--------
32
32
You can’t perform that action at this time.
0 commit comments