Database Management System
This was the final project of my course on Databases, from the Complutense University of Madrid. During this course, we have been learning SQL and its useful implementations when it comes to build a database.
The aim of the project was to study the unemployment situation in Spain, from 2008 until 2014. In order to do so, it was possible to download some table from the SEPE. However, this was not the best way to study patterns or get aggregates.
Therefore, we have designed and built a database using SQL, from which it was possible to get the aggregates of our interest. The next step involved using a database management system, in this case we have used IBM-Db2 in order to retrieve the aggregation tables directly on a Jupyter Notebook.