Sample Project - Company Data Base
Hey there!
This is a sample project meant to inspire you to create your own version of it!
Here you can see that I created a database meant for a company. It has three tables: customers, orders, and subscriptions. It is meant to track the customers we have in our company and what orders they place, this is all tied to the subscriptions they buy as well.
Here are some examples of the tables I have in my DB and the queries I ran to create them:




With this database created, I can now query all the information I need in different ways as shown throughout the class. Hope you find ways to make this your own and share your work with us!