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 make a column bigger and delete unique from table.
Define REGEXP?
What is the difference between float and double?
What is 'mysqld'?
How to show table names with 'mysqlshow'?
What is procedures in mysql?
Why is the basic difference between left join, right join and inner join?
How can you see all indexes defined for a table?
How can you retrieve a portion of any column value by using a select query?
How do I download mysql?
How to drop an existing view in mysql?
What does schema mean?
What is ISAM?
How do I use mysql?
If you wish to encrypt the username and password using php, how will you do that?