
Honor Roll Tracker
Learn to manage student academic performance using MongoDB, creating and querying a database to track honor roll achievements.
MongoDB

Populate the Students Collection
Learn how to insert multiple documents into a MongoDB students collection using the insertMany() method, exploring data insertion techniques.
MongoDB

Create MongoDB Indexes
Learn essential MongoDB indexing techniques to optimize database performance, improve query speed, and understand how to create, manage, and utilize different types of indexes.
MongoDB

Import MongoDB Data
Learn essential techniques for importing JSON and CSV data into MongoDB, handling import errors, and verifying data integrity in this comprehensive hands-on lab.
MongoDB

Handle MongoDB Errors
Learn essential techniques for identifying, managing, and resolving common MongoDB errors to improve database reliability and performance.
MongoDB

Handle MongoDB Arrays
Learn advanced MongoDB array manipulation techniques, including adding, removing, updating, and querying array elements with practical, hands-on examples.
MongoDB

Group MongoDB Data
Learn powerful MongoDB aggregation techniques to group, analyze, and transform data using the $group operator with practical, hands-on examples.
MongoDB

Export MongoDB Data
Learn essential MongoDB data export techniques, including JSON and CSV exports, field selection, data formatting, and file verification for efficient database management.
MongoDB

Design MongoDB Order Schema
Learn to design a robust MongoDB order schema with customer details, order items, payment information, and status tracking for efficient e-commerce data management.
MongoDB

Your First MongoDB Lab
Learn the basics of MongoDB by creating a database, inserting documents, and performing simple data operations in this beginner-friendly hands-on lab.
MongoDB

Build MongoDB User Profiles
Learn to design and implement flexible user profile schemas in MongoDB, exploring document structure, data modeling, and best practices for storing user information.
MongoDB

Sort and Limit MongoDB Results
Learn advanced MongoDB querying techniques to sort, limit, and filter database results efficiently using MongoDB shell commands.
MongoDB

Filter MongoDB Collections
Learn advanced MongoDB query techniques to filter collections using comparison operators, regular expressions, and field existence checks.
MongoDB

Write Basic MongoDB Queries
Learn essential MongoDB query techniques to retrieve, filter, and manipulate data efficiently using MongoDB's powerful querying capabilities for beginners.
MongoDB

Update MongoDB Records
Learn essential MongoDB update techniques, from modifying single documents to performing bulk updates using powerful update operators in this hands-on lab.
MongoDB

Delete MongoDB Data
Learn essential MongoDB data deletion techniques, including single document removal, bulk deletes, conditional deletion, and collection clearing in this hands-on practical lab.
MongoDB

Insert Data in MongoDB
Learn essential MongoDB data insertion techniques, from single document inserts to bulk operations, with practical examples and error handling strategies.
MongoDB

Create MongoDB Collection
Learn fundamental MongoDB skills by creating a database, inserting documents, and performing basic collection management in this beginner-friendly hands-on lab.
MongoDB