• Post category:StudyBullet-8
  • Reading time:6 mins read


Learn MongoDB, a NoSQL database in 90 minutes

What you will learn

Learn how to work with Databases from scratch

Get MongoDB Crash Course (2022)

Learn how to run and work with a NoSQL Database

Maintaining the Database with MongoDB

Writing optimal queries

Description

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 version in this course. The course is for beginners and consists of 27 lessons, and more than 50live 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.


Get Instant Notification of New Courses on our Telegram channel.


**Course Highlights**

27 lessons

1.5 hrs. video with live running examples

50+ examples

15 Quizzes to polish your skills after learning from the lessons

English
language

Content

MongoDB Introduction

Introduction and Features
NoSQL vs SQL (With examples – MongoDB vs MySQL)

MongoDB Installation and Setup

Install MongoDB

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
Show Collections

MongoDB Operators

And Operator
OR Operator
NOR Operator
NOT Operator

Limit and Skip Records or Documents

Limit records with the limit() method
Skip records 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()
Limit and Skip records in a single query
MongoDB Quiz