What is a table in mongodb?
Answer Posted / Vipul Kumar Shukla
In MongoDB, the equivalent of a table is called a collection. A collection holds documents, which can vary in structure.
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?