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
What are the applications required to support mysql?
Which is better mysql or microsoft sql?
What is a join? Explain the different types of mysql joins.
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
How important is to list the column names when doing an insert?
what is database black box testing? : Mysql dba
Explain % and _ inside like statement?
What is the function of mysqldump?
What are the benefits of mysql?
why not null is not allowed at table level
Is mysql easy to learn?
What are the other commands to know the structure of a table using mysql commands except explain command?
How to drop an existing index in mysql?
How to check server status with 'mysqladmin'?
What is innodb mysql?