Concept Flow - Collections vs tables mental model
Start: Data Storage
Relational DB
→Table
Rows & Columns
MongoDB
→Collection
Documents (JSON-like)
This flow shows how data is stored differently: relational databases use tables with rows and columns, while MongoDB uses collections with documents.