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 6bb63ef commit d5ab0a4Copy full SHA for d5ab0a4
source/faq/fundamentals.txt
@@ -103,10 +103,14 @@ store data for the collections.
103
Does MongoDB support SQL?
104
-------------------------
105
106
-No. However, MongoDB does support a rich query language of its own. For
+Not directly, no. However, MongoDB does support a rich query language of its own. For
107
examples on using MongoDB's query language, see
108
:doc:`/crud`
109
110
+You can also use the `MongoDB Connector for BI
111
+<https://www.mongodb.com/products/bi-connector>`_ to query
112
+MongoDB collections with SQL.
113
+
114
.. seealso:: :doc:`/reference/sql-comparison`
115
116
Does MongoDB support transactions?
0 commit comments