Duration: 6 hours (Lecture: 6 hours, Lab: 8 hours)

Syllabus Topics:

Lecture Notes (In-Depth)

1. Introduction to MongoDB, Features of MongoDB

2. MongoDB Command Interface and MongoDB Compass

3. MongoDB Documents & Collections

4. RDBMS & MongoDB Analogies

RDBMS MongoDB
Database Database
Table/Relation Collection
Row/Tuple/Record Document
Column Field
Primary Key _id Field
Join $lookup (Aggregation)
SQL Query MongoDB Query Language