Course

CRUD Operations using MongoDB NoSQL

Coursera Project Network

Unlike relational databases, NoSQL databases such as MongoDB store data as collections of fields, rather than rows and columns. It mimics the way humans think of objects and provides a smooth interface for applications that are object-oriented. Each ‘object’ is stored in JSON format in a data structure called a Document. The Document may represent a single word and its definition for example. A Document is stored in a Collection, which contains one to many Documents. The MongoDB database then contains one to many Collections. In this course, you will create a MongoDB database collection containing words and their definitions. You will then retrieve data from the collection, update data, remove document data from the collection, and finally delete a document, a collection, and a database.

Certificate Available ✔

Get Started / More Info
CRUD Operations using MongoDB NoSQL
More Data Management Courses

IBM z/OS Mainframe Practitioner

IBM

This Professional Certificate is intended to provide the foundational skills required to launch a career in the enterprise platform that powers over 68% of worldwide...

Exploring Your Ecommerce Dataset with SQL in Google BigQuery

Google Cloud

This is a self-paced lab that takes place in the Google Cloud console. In this lab, you learn to use BigQuery to find data, query the data-to-insights public dataset,...

La Création De Tables Avec SQL

Coursera Project Network

Dans ce projet, vous découvrirez le processus de définition, de création et de gestion des tables de bases de données relationnelles à l'aide du langage SQL....

Text Editing in Linux

Coursera Project Network

In this guided project, you will learn about editing text with Linux using Vim which is one of the oldest and most advanced text editors with Linux. You will also...