This is a required project for FCC certification
Instructions for building the project can be found at https://www.freecodecamp.org/learn/relational-database/build-a-world-cup-database-project/build-a-world-cup-database
This project uses a Bash script to enter World Cup data from the .csv file to the PostgreSQL database
Bash and PostgreSQL commands are then used to query the database for useful statistics
games.csvcontains data related to world cup gamesinsert_data.shinserts the data from games.csv file to worldcup databasequeries.shqueries the database for useful statisticsoutput.txtcontains the the output of the queries