adspace
Answer Posted / 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 View All Answers