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 3b00cb3 commit e65e552Copy full SHA for e65e552
046_mongodb/00_about-nosql/README.md
@@ -75,7 +75,7 @@ The [world's leading NoSQL database](http://db-engines.com/en/ranking).
75
76

77
78
-## Database --> Collection --> Document
+## Mongo --> Database --> Collection --> Document
79
80
A nosql database has collections which have documents.
81
A rdbms database has tables which have records.
@@ -91,7 +91,7 @@ The value is a dynamic schema - it can change from document to document. Documen
91
| database | database |
92
| table | collection |
93
| row | document |
94
-| column | field |
+| field | field |
95
| join | embed |
96
| primary key | default key _id provided by mongo |
97
0 commit comments