...

/

Practice Exercises on NoSQL

Practice Exercises on NoSQL

Test your understanding of this module with a few practice exercises.

We'll cover the following...

Problem 1

Insert a document for a customer named “Alice Johnson” with an email “alicej@example.com” and a customerTier of “New”.

MongoDB
// Write your code here

Problem 2

Write a query to find all customers whose CustomerTier is ...