MongoDB World 2019
For those of you who don't know, MongoDB is a very popular NoSQL database. NoSQL is an overarching term describing databases that are not relational and don't implement Structured Query Language (SQL). In a relational database your data is stored in tables with columns - think spreadsheet where each row of the table is a record in the database. You link tables together via a common field or row name.
# COMMENTS2019-06-18