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
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
what is constraints?
How do you kill a long running query in mysql?
How to display nth highest salary from a table in a mysql query?
Is mysql connect deprecated?
How do I transfer data from one database to another in mysql?
How do I insert multiple rows in a table?
How do I start mysql manually?
What are features of mysql?
How many rows can mysql handle?
How to escape special characters in sql statements?
What are aggregate functions in mysql?
How do I add a column to a table in mysql?
How do I run mysql without installing?
What are views in mysql?