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
Is mysql a backend?
How do you create a schema?
can you elaborate on blob and text in mysql? : Mysql dba
How to dump a table to a file with 'mysqldump'?
How do I change the max connection in mysql?
How to use regular expression in pattern match conditions?
What are the 3 main types of search queries?
What is mysql in dbms?
What is the maximum no of columns a table can have?
What is 'mysqldump'?
Is there a free mysql?
How do I change a procedure in mysql?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
Can foreign key have duplicate values?
What is an example of a delimiter?