Why mongodb is called nosql?
Answer Posted / Anchal Chawdhry
MongoDB is called NoSQL because it does not use the traditional relational model and instead utilizes a document-oriented database model.
Post New Answer View All Answers
How did mongodb get its name?
2
what is the command syntax for inserting a document?
6
How to define array in mongoose schema?