What is difference between mongodb and mysql?



What is difference between mongodb and mysql?..

Answer / Mohammad Azeem Khan

MongoDB is a NoSQL database that uses JSON-like documents with optional schemas, while MySQL is a relational database management system (RDBMS) based on the SQL language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is pdo in php mysql?

1 Answers  


Can we store files in mysql?

1 Answers  


Why do you think it is advised to not to use guid and character columns as clustered index arrays?

1 Answers  


What does the file with the extension: frm, myd, and myi contain?

1 Answers  


How to get a list of indexes of an existing table?

1 Answers  


How do you backup a database in mysql?

1 Answers  


What is the phantom problem?

1 Answers  


How do I show users in mysql?

1 Answers  


What is mysql gpl?

1 Answers  


Why do we use pragma autonomous transaction?

1 Answers  


Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .

2 Answers   Zensar,


Explain Normalization concept?

2 Answers   Inuva,


Categories