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 is csv?
What are Heap tables?
In which language it is written?
How do I restore a database in mysql workbench?
What are numeric data types?
Explain the difference between primary key and candidate key in mysql?
How to represent ENUMs and SETs internally?
What is cast in mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is horizontally scalable?
What are the mysql database files stored in system ?
What is mysql_query?
How big is a blob mysql?
What is pragma autonomous_transaction?
What is mysql optimization?