What is the difference between mysql and mongodb? Explain
Answer Posted / Sanjeev Kaur
MySQL and MongoDB are two different types of databases with distinct differences in data structure, query language, and use cases. MySQL is a relational database management system (RDBMS) that stores data in tables with predefined schemas, while MongoDB is a NoSQL database that stores data in flexible, json-like documents with dynamic schemas.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers