DEV Community

Cover image for MongoDB vs MySQL
Danish Saleem
Danish Saleem

Posted on

MongoDB vs MySQL

MongoDB vs MySQL

MongoDB MySQL
1. MongoDB employs a document-oriented database management system. 1. It uses Relational Database Management System (RDBMS).
2. Data is stored in BSON (Binary JSON) format in collections, with each document 2. Data is stored in tables with defined columns and relationships between tables.
3. It features a query language similar to JSON. 3. It uses Structured Query Language (SQL) for database access.
4. It is suitable for unstructured and semi-structured data, enabling flexible and scalable data management. 4. It is suited for structured and organized data.

NOTE: If you found this help. Like and share. Thanks, Happy Learning!


Let's connect 💜

You can follow me on Twitter, Instagram, LinkedIn & GitHub

Support Me

If you like this post. Kindly support me by Buying Me a Coffee

Top comments (8)

Collapse
 
vulcanwm profile image
Medea

this is great! maybe if you structured it as a table it would be better to understand

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Yeah, great examples with both solutions

Collapse
 
mrdanishsaleem profile image
Danish Saleem

Glad you find it helpful 🙏

Collapse
 
mrdanishsaleem profile image
Danish Saleem

Yes, you're right. I'll try to structured it as table and thanks for your feedback🙏

Collapse
 
vulcanwm profile image
Medea

No problem! Let me know when you update the post.

Thread Thread
 
mrdanishsaleem profile image
Danish Saleem

Updated check now 📄

Thread Thread
 
vulcanwm profile image
Medea

looks great!

Thread Thread
 
mrdanishsaleem profile image
Danish Saleem

Thanks