Why we use mongodb instead of mysql?



Why we use mongodb instead of mysql?..

Answer / Akash Kumar Kharwar

MongoDB is a NoSQL database, while MySQL is a relational database management system (RDBMS). MongoDB uses JSON-like documents with optional schemas, making it a good choice for applications that require flexible and scalable data models. On the other hand, MySQL follows a fixed schema, which can be limiting in some cases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Is mysql a scripting language?

1 Answers  


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

1 Answers  


What is user in mysql?

1 Answers  


what is a cursor? : Mysql dba

1 Answers  


How to load a csv file into a table

1 Answers  


How to make a copy values from one column to another in mysql?

1 Answers  


What is table level locking in mysql?

1 Answers  


What are the common mysql functions?

1 Answers  


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

1 Answers  


How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?

4 Answers  


please give me the answer for this: query which generates the second highest integer in the table?

8 Answers  


How do I start mysql server?

1 Answers  


Categories