You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mongo-commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ Types of Delete:
83
83
* deleteOne
84
84
* deleteMany
85
85
---
86
+
### what are all the type of data we can store in mongodb?
86
87
87
88
MongoDB is a NoSQL database that is known for its flexibility in handling various types of data. In MongoDB, data is stored in BSON (Binary JSON) format, which is a binary representation of JSON-like documents. MongoDB supports a variety of data types. Here are some of the primary data types supported by MongoDB:
0 commit comments