MongoDB is an open source document-oriented NoSQL database which stores data in the form of JSON-like objects. This article will drive you to understand how the RDBMS/SQL domain, its functionalities, terms and query language map to MongoDB database. The article assumes that you are aware of the basic relational database concepts.
Table of contents
Mapping Tables, Rows and ColumnsMapping Joins and RelationshipsMapping ChartMapping SQL to MongoDB QueriesConclusion1 Comment
Sort: