Skip to content

Commit 334ba75

Browse files
author
Sam Kleinman
committed
reorg: moving sql chart to crud reference
1 parent df17202 commit 334ba75

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

source/core/read-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ The next diagram shows the same query in SQL:
5151
return with only the ``_id``, ``name`` and ``address`` fields. See
5252
:ref:`projections` for details.
5353

54+
.. see:: :doc:`/reference/sql-comparison` for additional examples
55+
of MongoDB queries and the corresponding SQL statements.
56+
5457
Query Behavior
5558
--------------
5659

source/core/write-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ performing an update or an insert operation. Both the
7474
:method:`db.collection.update()` and :method:`db.collection.save()` for
7575
details on performing an upsert with these methods.
7676

77+
.. see:: :doc:`/reference/sql-comparison` for additional examples of
78+
MongoDB write operations and the corresponding SQL statements.
79+
7780
Insert Behavior
7881
~~~~~~~~~~~~~~~
7982

source/includes/toc-crud-reference.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ description: |
1111
---
1212
file: /reference/write-concern
1313
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.
1521
---
1622
file: /reference/object-id
1723
description: |

source/reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ MongoDB Interface
1313
reference/operator
1414
reference/command
1515
reference/method
16-
reference/sql-comparison
1716

1817
.. _man-pages:
1918

source/reference/sql-comparison.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ SQL to MongoDB Mapping Chart
1111
In addition to the charts that follow, you might want to consider the
1212
:doc:`/faq` section for a selection of common questions about MongoDB.
1313

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-
2214
Terminology and Concepts
2315
------------------------
2416

@@ -27,6 +19,14 @@ and the corresponding MongoDB terminology and concepts.
2719

2820
.. include:: /includes/table-sql-to-mongo-terms.rst
2921

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+
3030
Examples
3131
--------
3232

0 commit comments

Comments
 (0)