Creating Database & Collections in MongoDB
MongoDB stores data records as documents that are stored together in collections and the database stores one or more collections of documents.
Document: A document is a basic unit for storing data in the database. A single record of a collection is a...
savvyshivam.hashnode.dev2 min read