InterviewSolution
Saved Bookmarks
| 1. |
What are the data types in MongoDB? |
|
Answer» MongoDB supports a wide range of data types as values in documents. Documents in MongoDB are similar to objects in JavaScript. ALONG with JSON’s essential key/value–pair nature, MongoDB adds SUPPORT for a number of additional data types. The common data types in MongoDB are:
|
|