CST363 Database Week 0 and 1
Week 1 introduced us to the class topics, our professor, our tech setup. This class uses Postgres hosted inside of a docker. The professor made it easy to set up with an image ready for us to download. I've used MySql, MariaSql, and SqlLite before, but not enough to become very familiar with them. I'm looking forward to learning more about Postgres. It looks like we'll be using some Python as well. Our first homework had us using Python to manage a kind of table with functions to create, update, and delete rows. The labs take the form of long .sql files. Questions are asked and the answers come in the form of sql statements. I'm really enjoying this format so far; I already feel like I have more experience with typing and remembering sql.