This project aims to perform exploratory data analysis (EDA) on the European Soccer Database using SQL and Python. The goal is to practice SQL and Python skills while analyzing the data to gain ...
## 1. Write a SQL query to find out where the final match of the EURO cup 2016 was played. Return venue name, city. ##soccer_venue---venue_id, venue_name, city_id, aud_capacity ## 2.Write a SQL query ...