Does mongodb database have tables for storing records?
Answer Posted / Suresh Kumar
No, MongoDB does not use tables to store records like traditional RDBMSs. Instead, it stores data in flexible documents with dynamic schemas within collections. These documents can contain fields of various data types and can be nested or array-based, offering a more adaptable approach for storing structured and unstructured data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers