CRUD Operations using MongoDB NoSQL

Course Cover

4.5

(1)

compare button icon
Course Report - CRUD Operations using MongoDB NoSQL

Course Report

Find detailed report of this course which helps you make an informed decision on its relevance to your learning needs. Find out the course's popularity among Careervira users and the job roles that would find the course relevant for their upskilling here. You can also find how this course compares against similar courses and much more in the course report.

Course Features

icon

Duration

1 hour

icon

Delivery Method

Online

icon

Available on

Limited Access

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Beginner

icon

Teaching Type

Self Paced

icon

Video Content

1 hour

Course Description

MongoDB is a NoSQL database that stores data in collections of fields rather than rows and columns like traditional relational databases. This model aligns with how humans think about objects and provides an easy interface for object-oriented applications. Each object is stored in JSON format within a data structure called a Document. A Document can represent anything from a single word to its definition. Collections are storage areas that contain one or more Documents. The MongoDB database can contain multiple collections.

This course teaches you how to create a MongoDB collection specifically for words and their definitions. You will learn how to perform various operations on this collection, including retrieval, updating, and deletion of data. By the end of the course, you will have a solid understanding of how to work with MongoDB for your data storage needs.

Course Overview

projects-img

Virtual Labs

projects-img

International Faculty

projects-img

Post Course Interactions

projects-img

Hands-On Training,Instructor-Moderated Discussions

projects-img

Case Studies, Captstone Projects

Skills You Will Gain

What You Will Learn

Use insert one, insert many, and import from a csv file to populate the mongodb collection

read or query the collection using find, find one, and find with query parameters

update one mongodb document in the collection and update many mongodb documents in the collection

Course Instructors

Author Image

David Dalsveen

Subject Matter Expert

Software Engineer and Teacher with a demonstrated history of working in the computer software industry. Strong consulting professional skilled in C, C++, Java, JavaScript and Python.
Course Cover