🎯 Today’s Agenda:
✅ Introduction to MongoDB Shell
✅ Commands to show databases & collections
✅ Creating a new database & collection
✅ Insert One / Many documents
✅ Read (find & filter) documents
✅ Update (modify existing data)
✅ Delete (remove documents & collections)
✅ Hands-on: Build & explore DB with CRUD