Is mongodb relational?
Answer Posted / Ramjeet Singh Marchhal
No, MongoDB is not a relational database. It's a NoSQL document-oriented database that uses JSON-like documents with optional schemas.
Post New Answer View All Answers
what is the command syntax for inserting a document?
6
How did mongodb get its name?
2
How to define array in mongoose schema?