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 do I automate a backup in mysql?

0 Answers  


How is oracle different from mysql?

0 Answers  


How to insert dynamic values in mysql using php?

0 Answers  


How do you determine the location of mysql data directory?

0 Answers  


How to get the current date in mysql?

0 Answers  


How do I create a mysql database?

0 Answers  


What does mysqli_fetch_assoc do?

0 Answers  


Where is mysql used?

0 Answers  


What is the purpose of using a heap table?

0 Answers  


Is pdo faster than mysqli?

0 Answers  


Are stored procedures precompiled?

0 Answers  


Is mysql a server or database?

0 Answers  


Categories