what is mongodb datadriven or documents drive
Answers
Answered by
0
Answer:
is a document-oriented database. This means that it doesn't use tables and rows to store its data, but instead collections of JSON-like documents. These documents support embedded fields, so related data can be stored within them
Explanation:
Similar questions