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

What is cast in mysql?

0 Answers  


Is foreign key indexed mysql?

0 Answers  


What is difference between Sql server and MySql database? It may be silly question but i really dont know.

0 Answers  


How do I make an action query?

0 Answers  


Write a query to display even rows in student table using mysql?

0 Answers  






What is 'mysqld'?

0 Answers  


How to list or view all databases from the mysql server.

0 Answers  


How do I backup mysql database on linux?

0 Answers  


What's the latest version of mysql?

0 Answers  


How to use 'mysql' to run sql statements?

0 Answers  


What is the usage of regular expressions in mysql?

0 Answers  


What is the difference between char and varchar data types?

6 Answers  


Categories