Skip to content

Commit e65e552

Browse files
committed
you're doing great
1 parent 3b00cb3 commit e65e552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

046_mongodb/00_about-nosql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The [world's leading NoSQL database](http://db-engines.com/en/ranking).
7575

7676
![Ranking of DBs](images/dbranks.png)
7777

78-
## Database --> Collection --> Document
78+
## Mongo --> Database --> Collection --> Document
7979

8080
A nosql database has collections which have documents.
8181
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
9191
| database | database |
9292
| table | collection |
9393
| row | document |
94-
| column | field |
94+
| field | field |
9595
| join | embed |
9696
| primary key | default key _id provided by mongo |
9797

0 commit comments

Comments
 (0)