This project demonstrates my SQL and data analysis skills using the FIFA 26 (FC 26) player dataset. The dataset includes detailed information about football players, their clubs, leagues, and stats.
Partitioning is a database design technique when data is split across multiple tables or databases but is logically still one table. This technique is proper when dealing with large tables, as it can ...