5. Databases and Data Storage Basics
Intro In this article, we will go over some of the most common ways of storing and retrieving data. Web applications typically use databases to manage their data. There are 2 main types of databases: SQL based databases and NoSQL databases. SQL Databases SQL databases are relational databses. This means …