bluehost-banner
MongoDB introduction

MongoDB introduction

it’s a non-relational, document-oriented database management system and works on document-based database.

MongoDB stores data in form of documents

MongoDB uses BSON to query database

Maximum size for each document is currnely 16mb

MongoDB is an open-source document database. It stores data in flexible, JSONlike documents.

In relational databases we have tables and rows, in MongoDB we have collections and documents. A document can contain sub-documents

We don’t have relationships between documents.

Subscribe to our Newsletter

Stay up to date! Get all the latest posts delivered straight to your inbox.

If You Appreciate What We Do Here On TutsCoder, You Should Consider:

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Support Us

We are thankful for your never ending support.

Leave a Comment