Airline Application


For my Intro to Databases course, we went through the process of designing and creating a database, and then using the database to create a working applciation. The application that we created was a airline scheduler. We started with creating an ER diagram for the different relations and their attributes. We were then able to use this diagram to format the database and create it with SQL. Once we had our database, we created a simple application in python that promts the user for a number input based on what they want to do. Once they have entered a command, the application will query the database and or change the database based on the selection. The code for this project can be found on my GitHub page.