MongoDB vs MySQL
Danish Saleem

Danish Saleem @mrdanishsaleem

About: Software Engineer💻 ⚡️

Location:
Lahore, Pakistan
Joined:
Oct 27, 2021

MongoDB vs MySQL

Publish Date: Feb 12 '23
8 8

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

Comments 8 total

  • Medea
    MedeaFeb 12, 2023

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

    • Thomas Bnt
      Thomas BntFeb 12, 2023

      Yeah, great examples with both solutions

    • Danish Saleem
      Danish SaleemFeb 13, 2023

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

Add comment