What are the difference between MongoDB and MySQL?
Answer»
MongoDB
MySQL
The REPRESENTATION of data in MongoDB is totally different from Mysql, as in MongoDB data is REPRESENTED in the collection of JSON documents. MongoDB is an object-oriented database
The representation of Mysql database is totally different form Mongodb, as in Mysql data is STORED in the form of TABLES (Row and columns). Mysql is a structured query database.