Does mongodb have a schema?
Answer Posted / Harish Chandra
MongoDB documents can optionally have a schema, but it's flexible and allows for changes in the structure of data over time.
Post New Answer View All Answers
How to define array in mongoose schema?
1
what is the command syntax for inserting a document?
6
How did mongodb get its name?