Skip to content

Write SQL queries to answer interesting questions about international debt using data from The World Bank.

Notifications You must be signed in to change notification settings

NoahPlage/Analyze-International-Debt-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Analyze International Debt Statistics (DataCamp Project)

Write SQL queries to answer interesting questions about international debt using data from The World Bank.

Project Description

It's not that we humans only take debts to manage our necessities. A country may also take debt to manage its economy. For example, infrastructure spending is one costly ingredient required for a country's citizens to lead comfortable lives. The World Bank is the organization that provides debt to countries.

In this project, you are going to analyze international debt data collected by The World Bank. The dataset contains information about the amount of debt (in USD) owed by developing countries across several categories. You are going to find the answers to questions like:

  • What is the total amount of debt that is owed by the countries listed in the dataset?
  • Which country owns the maximum amount of debt and what does that amount look like?
  • What is the average amount of debt owed by countries across different debt indicators?

The data used in this project is provided by The World Bank. It contains both national and regional debt statistics for several countries across the globe as recorded from 1970 to 2015.

Technology

  • SQL

Topics

  • Using aggregate functions such as SUM(), AVG(), MAX(), COUNT(), ROUND()
  • Filter techniques such as WHERE, GROUP BY and DISTINCT
  • Sorting using ORDER BY, DESC
  • Joining two tables using Subqueries

Outline

  1. The World Bank's international debt data
  2. Finding the number of distinct countries
  3. Finding out the distinct debt indicators
  4. Totaling the amount of debt owed by the countries
  5. Country with the highest debt
  6. Average amount of debt across indicators
  7. The highest amount of principal repayments
  8. The most common debt indicator
  9. Other viable debt issues and conclusion

About

Write SQL queries to answer interesting questions about international debt using data from The World Bank.

Topics

Resources

Stars

Watchers

Forks