So far we have learned about:
1. Creating and managing simple databases in Mysql
2. Using a DBMS to access and manipulate data as needed
3. How simple databases are implemented as a data structure
4. Important things to consider when designing a database
5. Different kinds of relationships between entities
Questions I still have about databases:
1. How do volatile or non-persistent databases like Redis work?
2. Is it good practice to run a database in a container or VM?
3. What to do to put all this together and run a DB to deliver content at scale?