- Mastering MongoDB 3.x
- Alex Giamas
- 106字
- 2021-08-20 10:10:45
MongoDB for SQL developers
MongoDB was developed in the Web 2.0 era. By then, most developers had been using SQL or Object-relational mapping (ORM) tools from their language of choice to access RDBMS data. As such, these developers needed an easy way to get acquainted with MongoDB from their relational background.
Thankfully, there have been several attempts at SQL to MongoDB cheat sheets that explain MongoDB terminology in SQL terms.
On a higher level there are:
- Databases, indexes just like in SQL databases
- Collections (SQL tables)
- Documents (SQL rows)
- Fields (SQL columns)
- Embedded and linked documents (SQL Joins)
Some more examples of common operations:

推薦閱讀
- Microsoft Power BI Quick Start Guide
- Visualforce Development Cookbook(Second Edition)
- Visual C# 2008開發技術實例詳解
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- PyTorch深度學習實戰
- 機器自動化控制器原理與應用
- Mastering Elastic Stack
- Blender Compositing and Post Processing
- 完全掌握AutoCAD 2008中文版:機械篇
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- R Data Analysis Projects
- Bayesian Analysis with Python
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- 這樣用Word!
- 隨機分布控制系統的故障診斷與容錯控制