What are the difference between mongodb and mysql?



What are the difference between mongodb and mysql?..

Answer / hrindows@gmail.com

MONGO DB
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

MYSQL
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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can we store binary data in mysql?

2 Answers   HP,


What is mysql primary key?

0 Answers  


What is ISAM?

0 Answers  


What is prepare statement in mysql?

0 Answers  


How to write after insert event update trigger on the same table in mysql?

0 Answers  






What is the difference between a database and a table?

0 Answers  


What is the difference between BLOB AND TEXT?

0 Answers  


What is 'mysqlimport'?

0 Answers  


How many rows can mysql handle?

0 Answers  


Why do we use the mysql database server?

0 Answers  


What is the innodb in mysql?

0 Answers  


How do you login to MySql using Unix shell?

0 Answers  


Categories