What are the difference between mongodb and mysql?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make a column bigger and delete unique from table.

676


Define REGEXP?

835


What is the difference between float and double?

801


What is 'mysqld'?

696


How to show table names with 'mysqlshow'?

748


What is procedures in mysql?

696


Why is the basic difference between left join, right join and inner join?

747


How can you see all indexes defined for a table?

837


How can you retrieve a portion of any column value by using a select query?

678


How do I download mysql?

664


How to drop an existing view in mysql?

722


What does schema mean?

664


What is ISAM?

884


How do I use mysql?

670


If you wish to encrypt the username and password using php, how will you do that?

748