CST 363 - Week 7

In both databases, you can update, insert, delete, and perform query operations. However, MongoDB's query functions are limited compared to SQL. Additionally, MongoDB lacks a join clause for combining collections. Another difference between MongoDB and MySQL is their format: MongoDB uses JSON documents, while MySQL is a relational database.

I like the simplicity of MongoDB; it looks easy to work with and handle data. However, I'm not sure if it will be as helpful as MySQL when projects become more complicated. I find that learning about joins in SQL is useful, so the lack of that option in MongoDB makes me question whether it's the best choice for me. Still, I enjoyed working with MongoDB.

Comments

Popular posts from this blog

Module 2:

Module 4:

Module 5 - 338