In this project the goal is to analyze international debt statistics sourced from Worldbank. As someone from a developing country International debt has always been of great interest to me. These raw figures provide insights into the impact of debt on economies and how countries manage their financial obligations.
Push the play/run button at the top right of the page to watch the data in motion.
Importing the Data from CSV
1. Loading the CSV File:
2. Query:
Run to view results
3. Result:
Creating the Table
1. Creating a New Table:
2. Verifying Table Creation:
3. Query:
Run to view results
4. Result:
Inserting Data into the Table
1. Inserting Values Into The Table:
2. Query:
Run to view results
3. Result:
Counting the Number of Distinct Countries
1. Counting Unique Country Names:
2. Query:
Run to view results
3. Result:
Finding the country with the single highest total debt
1. Summing the Debt for Each Country:
2. Grouping Data by Country:
3. Sorting by Total Debt:
4. Limiting Results to One Country:
Query
Run to view results
5. Result:
Finding the country with the lowest principal repayment
1. Selecting Principal Repayment Data:
2. Finding Minimum Debt Value:
3. Filtering by Indicator Code:
4. Grouping and Sorting Data:
5. Limiting Results to One Country:
6. Query:
Run to view results
7. Result:
In conclusion, this project provided a look into international debt statistics, highlighting the financial obligations of various countries. Thank you for reading!
About Me
My name is Joel Z and I am a Sales Engineer with a background in Networking, currently pursuing a degree in cybersecurity. My expertise is in developing network solutions while prioritizing data security. I excel at bridging the gap between technical and business needs. These projects are a way for me to share my journey with others, while hopefully sparking curiosity in those who want to learn alongside me.