Introduction
The MongoDB Shell (mongosh) lets you talk to your database using simple commands. It helps you see, add, or change data easily.
You want to quickly check what data is in your database.
You need to add new information to your database by typing commands.
You want to update or fix some data without using a complex program.
You are learning how MongoDB works by trying commands step-by-step.
You want to delete old or wrong data from your database.