State the differences between mongodb and mysql.



State the differences between mongodb and mysql...

Answer / Deepak Agarwal

MongoDB and MySQL differ in several aspects:nn- Data structure: MongoDB uses a document-oriented data model, while MySQL uses a relational database management system (RDBMS).n- Scalability: MongoDB is known for its horizontal scalability due to its flexible schema design.n- Query language: MongoDB uses JSON-like documents with querying done using JavaScript, while MySQL primarily uses SQL.n- ACID compliance: MySQL fully supports ACID (Atomicity, Consistency, Isolation, Durability) transactions, whereas MongoDB provides eventual consistency instead of strong consistency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is mysql cursor?

1 Answers  


What are views in mysql?

1 Answers  


What is blob and text in mysql?

1 Answers  


How can you validate emails using a single query?

1 Answers  


What are CSV tables?

1 Answers  


How do you select a table?

1 Answers  


What is join in mysql? What are the different types of join?

1 Answers  


How to create a new table by selecting rows from another table in mysql?

1 Answers  


what are the different tables present in mysql? : Mysql dba

1 Answers  


How can we optimize stored procedure?

1 Answers  


What is acid in mysql?

1 Answers  


In PHPmysql language how can we update our previous information.when update form open then we get our previous information in textbox,checkbox,selct,radio button.How can we show the information in checkbox,select menu,radio button which is available in database?

0 Answers  


Categories