Welcome to our MongoDB Course.
In this Video Course, learn NoSQL and its concept. MongoDB is a NoSQL Database (non-tabular and different from Relational). It is considered one of the most popular databases for modern apps, used by Adobe, Google, Verizon, IBM, Uber, etc.
We have covered the MongoDB Community Edition (open-source) in this course. The course is for beginners and consists of 28 lessons, and more than 50 live running queries, including creating new databases and tables.
Welcome to our MongoDB Course.
In this Video Course, learn NoSQL and its concept. MongoDB is a NoSQL Database (non-tabular and different from Relational). It is considered one of the most popular databases for modern apps, used by Adobe, Google, Verizon, IBM, Uber, etc.
We have covered the MongoDB Community Edition (open-source) in this course. The course is for beginners and consists of 28 lessons, and more than 50 live running queries, including creating new databases and tables.
The course begins with MongoDB Introduction, features, and editions provided by MongoDB Inc. Then, we have shown how to set up and install it on Windows. We proceed further with creating a new database, collections, and documents, and performing various operations on it. With that, we have also covered live-running queries in every lesson.
Note: The flow would be step-by-step and the explanations would include a tutorial-like format, to make it easier for beginners to understand a new database and table and its concepts, with live running queries as examples. With that, we have also created some quizzes to polish your MongoDB skills.
Course Lessons
1. MongoDB Introduction
2. SQL vs NoSQL
3. Install MongoDB on Windows 10
4. Install MongoDB on Windows 11
5. Create a Database in MongoDB
6. Create a Collection in MongoDB
7. Drop a Collection in MongoDB
8. Drop a Database in MongoDB
9. Insert Documents in MongoDB
10. Display Documents in MongoDB
11. pretty() method in MongoDB
12. Display Collections in MongoDB
13. AND Operator in MongoDB
14. OR Operator in MongoDB
15. NOR Operator in MongoDB
16. NOT Operator in MongoDB
17. Limit Records in MongoDB
18. Skip Documents from a MongoDB Collection
19. Sort Records in MongoDB
20. Text Index
21. MongoDB Text Search
22. MongoDB find() method
23. explain() method in MongoDB
24. Display statistics of a Database
25. listCommands()
26. GetCollectionInfo() MongoDB
27. Aggregate Method in MongoDB
28. Limit and Skip in a single query in MongoDB
Course Highlights
28 lessons
1.5 hrs. video with live running examples
50+ examples
15 Quizzes to polish your skills after learning from the lessons
[Updated]
MongoDB 7
All the codes Uploaded
Learn how to download and install MongoDB 7 on Windows 10.
Learn how to download and install MongoDB 7 on Windows 11.
Learn to create a new Database in MongoDB with live examples.
Learn to create a new Collection in MongoDB with live examples. A Database has a group of collections.
Learn to drop a collection in MongoDB. Dropping a collection deletes the entire collection and all its documents and fields.
Learn to drop a database in MongoDB. Dropping a database deletes the entire database and all its collections.
Learn to insert documents in a MongoDB collection. A collection in MongoDB has documents and fields. Insert documents using the following methods:
insert(): Insert document
insertOne(): Insert a single document
insertMany(): Insert multiple documents
Learn to display documents in MongoDB i.e. query/ fetch documents from a collection.
Learn to implement the pretty() method in MongoDB and display formatted documents as result. The find() method displays documents and pretty() displays in a formatted way.
Learn to display all the collections in a specific MongoDB database.
Learn to implement the AND Operator in MongoDB and retrieve documents satisfying all the conditions.
Learn to implement the OR Operator in MongoDB to display documents satisfying at least one condition.
Learn to implement the NOR Operator in MongoDB, the opposite of the OR operator.
Learn to implement the NOT Operator in MongoDB. It negates the conditions.
Learn to implement the limit() method in MongoDB and display a limited number of documents.
Learn to implement the skip() method in MongoDB and skip documents from the query results while displaying.
Learn to implement the sort() method in MongoDB and display sorted results. The documents can be sorted in ascending as well as descending order. For sort order, use 1 for ascending and -1 for descending order.
Learn how to create and delete Text Index in MongoDB.
Learn how to perform text search with $text in MongoDB.
Learn to implement the find() method in MongoDB and display documents i.e. fetch documents from a collection.
Learn how to implement the explain() method in MongoDB. MongoDB explain() provides information on the query plan.
Learn how to implement the stats() method in MongoDB. This method returns a document with statistics of the database like collections, views, objects, storageSize, indexes, indexSize, totalSize, etc.
Learn how to implement the listCommands() method in MongoDB. This method displays a list of all database commands
Learn how to implement the getCollectionInfos() method in MongoDB. This method returns an array of documents with collection information.
Learn how to use the aggregate() method in MongoDB to aggregate records.
Learn how we can limit and skip documents in MongoDB using the LIMIT() and SKIP() methods respectively.
Quiz to polish your MongoDB Quiz after completing the course.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.