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.

MongoDB - The Beginners Bootcamp
An Introduction to MongoDB. Learn the Foundations by CREATING a DATABASE, COLLECTION and WRITING QUERIES

This Course Includes
udemy
4 (45 reviews )
6h 52m
english
Online - Self Paced
professional certificate
Udemy
About MongoDB - The Beginners Bootcamp
This is a hands-on learning course for anyone looking to learn or refresh their skills with MongoDB. The objective of this course is to teach you all of the basic functions and methods of MongoDB in an easy and direct manner. By learning the basics of MongoDB first, you will prepare yourself well for more advance MongoDB database development projects in the future.
In this course you will learn How to CREATE COLLECTION's, INSERT, UPDATE, DELETE and DROP.
In addition you will also learn how to use COMPARISON & LOGICAL OPERATORS, and AGGREGATION. Here is a complete list of the topics in this course:
CREATE / USE a Database
CREATE a Collection
INSERT ( ) Methods - Documents into a Collection
UPDATE a Collection
FIND ( )
COMPARISON Operators: $eq $gt $lt $gte $lte $ne $in $nin
LOGICAL Operators: $and $or $not $nor
QUERING a Collection
SORT ( )
LIMIT ( )
SKIP ( )
MAX & MIN ( )
PROJECTION Queries
QUERING an Array
CREATE Relationships
$Lookup
DELETE / DROP
What You Will Learn?
- MongoDB Functions & Methods .
- CREATE / USE a Database .
- CREATE Collections .
- INSERT ( ) Methods - Documents .
- UPDATE Collections .
- COMPARISON & LOGICAL Operators .
- QUERING a Collection .
- QUERING Arrays .
- PROJECTION Queries .
- CREATE Relationships .
- $LOOKUP.