PacificKode interview question

difference between mysql and mongodb

Interview Answer

Anonymous

Sep 16, 2024

MySQL is a relational database system that stores data in a structured tabular format. In contrast, MongoDB stores data as JSON documents in a more flexible format.