Is mongodb a document database?
Answer Posted / Manuj Kumar
Yes, MongoDB is a document database. It stores data as flexible, JSON-like documents instead of traditional tabular rows and columns.
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?