♦️mongo

difference between sql DB & nosql DB

connect to DB

commands

In MongoDB, there is no concept of columns MongoDB is schema-less and does not contain tables. It contains the concept of collections and a collection has different types of documents to store items. Enumerate :-

Insert/create payload :-

Last updated