Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Ultimate MongoDB Crash Course Featuring Code With Harry - Full MongoDB Beginner Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What We’ll Be Covering
- 3 Creating a MongoDB Database Cluster in Cloud Manager
- 4 What is MongoDB?
- 5 Installing MongoDB Compass
- 6 Connecting to the MongoDB Database Cluster from MongoDB Compass
- 7 Create a Database in MongoDB Cluster
- 8 Inserting a Document into the Database
- 9 What are Collections and Documents?
- 10 MongoDB Cheat Sheet Commands
- 11 Listing All Databases from Command Line
- 12 Create a New Database from Command Line
- 13 Add a New Collection to the Database
- 14 Deleting a Database
- 15 Adding a Document into a Collection
- 16 Inserting a New Order
- 17 Using Advanced Search
- 18 Limiting the Number of Rows in Output
- 19 Using the Count Command
- 20 Updating a Row
- 21 Deleting Commands in MongoDB
- 22 Reviewing Our Changes in MongoDB Compass
- 23 MongoDB Aggregation Pipeline
- 24 Conclusion & Where to Go From Here