1.

What are the difference between MongoDB and MySQL?

Answer»
MongoDBMySQL
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.
Related Article: SQL INTERVIEW Questions


Discussion

No Comment Found