@@ -7,26 +7,25 @@ SQL to MongoDB Mapping Chart
77Executables
88-----------
99
10- The following table presents a quick reference to the MySQL/Oracle
11- executables and the corresponding MongoDB executables.
10+ The following table presents the MySQL/Oracle executables and the
11+ corresponding MongoDB executables.
1212
1313.. include:: /includes/table-sql-to-mongo-executables.rst
1414
1515Terminology/Concepts
1616--------------------
1717
18- The following table presents a quick reference of the various SQL
19- terminology and concepts and the corresponding MongoDB terminology and
20- concepts.
18+ The following table presents the various SQL terminology and concepts
19+ and the corresponding MongoDB terminology and concepts.
2120
2221.. include:: /includes/table-sql-to-mongo-terms.rst
2322
2423Examples
2524--------
2625
27- The following table presents a quick reference of the various SQL
28- statements and the corresponding MongoDB statements. The examples in
29- the table assume the following conditions:
26+ The following table presents the various SQL statements and the
27+ corresponding MongoDB statements. The examples in the table assume the
28+ following conditions:
3029
3130- The SQL examples assume a table ``users``.
3231
@@ -42,47 +41,43 @@ the table assume the following conditions:
4241 status: 'A'
4342 }
4443
45- Create and Alter Table
46- ~~~~~~~~~~~~~~~~~~~~~~
44+ Create and Alter
45+ ~~~~~~~~~~~~~~~~
4746
48- The following table presents a quick reference of the various SQL
49- statements related to table-level actions and the corresponding MongoDB
50- statements.
47+ The following table presents the various SQL statements related to
48+ table-level actions and the corresponding MongoDB statements.
5149
5250.. include:: /includes/table-sql-to-mongo-schema-examples.rst
5351
54- Insert into Table
55- ~~~~~~~~~~~~~~~~~
52+ Insert
53+ ~~~~~~
5654
57- The following table presents a quick reference of the various SQL
58- statements related to inserting records into tables and the
59- corresponding MongoDB statements.
55+ The following table presents the various SQL statements related to
56+ inserting records into tables and the corresponding MongoDB statements.
6057
6158.. include:: /includes/table-sql-to-mongo-insert-examples.rst
6259
63- Select from Table
64- ~~~~~~~~~~~~~~~~~
60+ Select
61+ ~~~~~~
6562
66- The following table presents a quick reference of the various SQL
67- statements related to reading records from tables and the corresponding
68- MongoDB statements.
63+ The following table presents the various SQL statements related to
64+ reading records from tables and the corresponding MongoDB statements.
6965
7066.. include:: /includes/table-sql-to-mongo-select-examples.rst
7167
72- Update Records in Table
73- ~~~~~~~~~~~~~~~~~~~~~~~
68+ Update Records
69+ ~~~~~~~~~~~~~~
7470
75- The following table presents a quick reference of the various SQL
76- statements related to updating existing records in tables and the
77- corresponding MongoDB statements.
71+ The following table presents the various SQL statements related to
72+ updating existing records in tables and the corresponding MongoDB
73+ statements.
7874
7975.. include:: /includes/table-sql-to-mongo-update-examples.rst
8076
81- Delete Records from Table
82- ~~~~~~~~~~~~~~~~~~~~~~~~~
77+ Delete Records
78+ ~~~~~~~~~~~~~~
8379
84- The following table presents a quick reference of the various SQL
85- statements related to deleting records from tables and the
86- corresponding MongoDB statements.
80+ The following table presents the various SQL statements related to
81+ deleting records from tables and the corresponding MongoDB statements.
8782
8883.. include:: /includes/table-sql-to-mongo-delete-examples.rst
0 commit comments