Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are types of data models in mongodb?



What are types of data models in mongodb?..

Answer / Vikash Vishnoi

MongoDB uses flexible, JSON-like documents as the basic unit of storage. There isn't a predefined schema, and you can store different fields in each document, making it suitable for NoSQL and semi-structured data. However, MongoDB does have built-in data models like:

1. Document: A collection of key-value pairs. Each document is stored as a BSON object.
2. Array: An ordered list of elements, which can be documents, other arrays, or other data types.
3. Embedded Document: A document that contains references to other documents.
4. Reference: A way to store the reference of one document in another document.
5. Database: A collection of related documents. Multiple databases can exist within a single MongoDB instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Which function is used to create an index?

1 Answers  


Why mongodb is required?

1 Answers  


How do I open a mongodb file on a mac?

1 Answers  


Who uses mongodb?

1 Answers  


What are indexes in mongodb?

1 Answers  


Why are mongodb data files large in size?

1 Answers  


How do I start mongodb on mac?

1 Answers  


What is morphia mongodb?

1 Answers  


Why is mongodb?

1 Answers  


Does mongodb cost money?

1 Answers  


Explain what are indexes in mongodb?

1 Answers  


Compare mongodb and couchdb at high level?

1 Answers  


Categories