1.

Mention the difference between MySQL and MongoDB?

Answer»
  • MySQL: It is a RELATIONAL DATABASE Management System (RDBMS), which makes use of SQL as a standard language to handle its database. Like different relational database management systems, MySQL makes use of a table-like structure to stow data.
  • MONGODB: MongoDB is a NoSQL database that utilizes the JSON-like structure to stow data elements. To MODIFY and access data in MongoDB, the programmer ought to make use of the MongoDB Query Language (MQL).


Discussion

No Comment Found