MongoDB Introduction
  • Introduction and Features
  • NoSQL vs SQL (With examples - MongoDB vs MySQL)
MongoDB 7 - Installation and Setup
  • Install MongoDB 7 on Windows 10
  • Install MongoDB 7 on Windows 11
Create a Database and Collection
  • How to create a Database in MongoDB
  • How to create a Collection in MongoDB
Drop a Collection and Database
  • Drop a Collection
  • Drop a Database
Insert and Display
  • Insert Documents
  • Display Documents
  • Display Documents in a formatted way - pretty() method
  • Display Collections
MongoDB Operators
  • And Operator
  • OR Operator
  • NOR Operator
  • NOT Operator
Limit and Skip Records or Documents
  • Limit records with the limit() method
  • Skip Documents with the skip() method
Sort Records in MongoDB
  • Sort Records
Text Indexing in MongoDB
  • Create and Delete Text Index
Text Search in MongoDB
  • Text Search on a Collection in MongoDB
MongoDB Built-in Methods
  • find() - Fetch Documents from a Collection
  • explain() - Provide information on the query plan
  • stats() - Display statistics of a Database
  • listCommands() - Display a list of all database commands
  • getCollectionInfos() - Display Collection Info
MongoDB - Advanced Topics
  • Aggregate Records in MongoDB
  • Limit and Skip records in a single query
  • MongoDB Quiz