Find Query operators { $gte, $in [], etc }
Course Content
0 / 31 completedGoals and prerequisites
Introduction
Tooling Install, configure, and basic use of mongosh and Compass
Create Insert a record into the document
Create Insert multiple records with one statement
Create Complex schema (array, object, reference, and constraints)
Create Insert multiple records using a loop (seeding)
Create Insert multiple records from a file
Find Query with a simple filter
Find Specify which fields to return in a .find()
Find Query operators { $gte, $in [], etc }
Find Sorting and limiting
Find $and and $or queries
Find Values in subdocuments and objects
Find Values in arrays
Find Custom query logic with functions
Update Add an element to an array in a document
Update Use a filter to update one or more records
Delete Remove an element in an array within a document
Delete Multiple records
Find Using aggregation pipeline to process documents
Find Aggregation with $group and $sort
Find Use $project to shape your output
Find Create calculated fields
Aggregate Custom logic with an accumulator
Aggregate Custom logic with a function
Find Referenced data sets, iterating with a cursor
Find Looking up a referenced document, nesting
Find $lookup() to join collections
Using $mergeObjects
Next steps