This project involves analyzing international debt data collected by the World Bank. The dataset contains information about the amount of debt (in USD) owed by developing countries across various debt indicators. The goal is to find answers to the following questions:
- What is the total amount of debt owed by the countries listed in the dataset?
- Which country owns the maximum amount of debt and what is the amount?
- What is the average amount of debt owed by countries across different debt indicators?
- How many distinct countries are present in the dataset?
- What are the distinct debt indicators present in the dataset?
The data is sourced from the World Bank's international debt database.
- SQL (Structured Query Language)
- PostgreSQL database
international_debt.sql
: SQL script containing the queries and analyses performed on the international debt dataset.
To reproduce the analysis, follow these steps:
- Import the dataset into a PostgreSQL database.
- Execute the queries provided in the
international_debt.sql
script.
Please refer to the script for detailed SQL queries and their results.
The analysis provides insights into the international debt data, including the total debt amount, country with the maximum debt, average debt across different indicators, and distinct countries and debt indicators present in the dataset.
For further details, refer to the international_debt.sql
script.
This project demonstrates how to analyze and gain insights from international debt data using SQL and the PostgreSQL database. The findings can be used to understand the debt landscape of developing countries and inform decision-making processes.