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

What is csv?

509


How do you flush privileges?

523


How do I copy a table in mysql workbench?

446


How to find the unique values if the value in the column is repeated?

545


How to install mysql?

522






What is the maximum size of table in mysql?

550


Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.

578


What is the difference between procedure and function in mysql?

500


Why do we use views instead of tables?

487


What is the difference between MyISAM Static and MyISAM Dynamic?

577


In which year mysql created?

522


Is mysql workbench a dbms?

516


What is a deterministic function?

589


What are procedures in mysql?

483


Is mariadb better than mysql?

543