FOFaith Oluwadara Amaoinfaith.hashnode.dev·Oct 27, 2021 · 2 min readMongoDB vs MySQLMongoDB is an open-source document-oriented NoSQL database. NoSQL databases (aka "not only SQL") are non-tabular databases and store data differently than relational tables. NoSQL databases come in a variety of types based on their data model. NoSQL ...00
FOFaith Oluwadara Amaoinfaith.hashnode.dev·Oct 25, 2021 · 1 min readWhat is a Relational database?Relational databases store information with columns, rows, and tables, meaning the data is organized in tables. However, the data within these tables have relationships with one another or dependencies. A relational database works by linking informat...00