adspace


In which format data is stored in mongodb?

Answer Posted / Kumar Aman

Data in MongoDB is stored as documents within collections. Each document is a set of key-value pairs, where keys are field names and values can be any BSON (Binary JSON) type such as string, integer, array, object, etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the command syntax for inserting a document?

62


How did mongodb get its name?

60


How to define array in mongoose schema?

79