Concept Flow - Database and collection creation
Start Mongo Shell
Create or Switch Database
Create Collection
Insert Document (optional)
Verify Collection Exists
End
This flow shows how to start MongoDB shell, create or switch to a database, create a collection, optionally insert a document, and verify the collection.