When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

MongoDB Tutorial for Beginners

Learn MongoDB in simple and easy steps using this beginner's tutorial containing basic to advanced knowledge

     
  • 4
  •  |
  • Reviews ( 71 )
₹1199

This Course Includes

  • iconudemy
  • icon4 (71 reviews )
  • icon2 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About MongoDB Tutorial for Beginners

MongoDB is one of the most used, open-source document database, and NoSQL database. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses BSON format.

This tutorial will provide you good understanding on MongoDB concepts and provide you the hands on skills to be a MongoDB expert.

In this Tutorial we will learn. How to install MongoDB, How to create new collections that store documents, You'll learn about the most common and used MongoDB shell commands to manage your documents. We will cover the different types of data that can be stored.You will gain confidence in how to preform CRUD operations i.e. Create, Read, Update and Delete data. Then the course will dive into much deeper MongoDB concepts like Projection, Using Sort, Skip, and Limit, Indexing, Aggregation, BackUp and Restore.

So let's get started !!!!!

What You Will Learn?

  • Install MongoDB.
  • Run MongoDB Locally.
  • Learn how to use Documents and Collections.
  • Understand terminal commands for managing the database.
  • Be able to execute CRUD (create, read, update, delete) functions within mongo shell.