MongoDB — Learn NoSQL Database Fundamentals at just ₹499
Trained by working IT professionals from leading companies
5 HOUR MongoDB SYLLABUS
Learn MongoDB, the leading NoSQL database for modern web applications. This focused 5-hour course covers installation, core CRUD operations, querying, updates, indexing, relationships, and the aggregation framework. You’ll also learn to connect MongoDB with Node.js and use Compass for database management.
Fee: ₹499
Training Mode: Instructor-led live class
Duration: 5 hours
Next Batch: Loading...
Syllabus Overview
- Introduction to MongoDB
- What is MongoDB and where it fits (NoSQL vs SQL)
- Features of MongoDB
- Installing MongoDB & MongoDB Compass
- Understanding databases, collections, and documents
- MongoDB Basics
- Connecting to MongoDB
- Creating and dropping databases
- Creating and dropping collections
- Inserting documents (single, multiple)
- Querying Data
- Basic queries (find, findOne)
- Filtering documents with conditions
- Projection (selecting specific fields)
- Sorting and limiting results
- Updating Data
- updateOne and updateMany
- Update operators
- Replacing documents
- Deleting Data
- deleteOne and deleteMany
- Dropping collections and databases
- Indexes & Performance
- What are indexes
- Creating indexes
- Effect of indexes on query performance
- Relationships in MongoDB
- Embedding documents vs referencing (One-to-One, One-to-Many)
- Using ObjectIds and populate
- Aggregation Framework
- What is aggregation and why it’s used
- $match, $group, $sort pipelines