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 get the number of rows selected or affected by a sql statement?
Is mysql free software?
What is msql?
What is pragma exception?
What are the types of index?
Give string types available for column?
What is 'mysqldump'?
How do I create a mysql database?
How can I create table in mysql?
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
How to set mysql variable in php?
What are the 'mysql' command line options?
What is the difference between mysql_connect and mysqli_connect?
Which storage engine is best in mysql?
What is mysqli_result?