Countries By External Debt
Current Estimated External Debt
@kaggle.samithsachidanandan_countries_by_external_debt
Current Estimated External Debt
@kaggle.samithsachidanandan_countries_by_external_debt
CREATE TABLE countries_by_external_debt_data (
"sl_no" BIGINT,
"location" VARCHAR,
"external_debt_usd_per_capita" VARCHAR,
"external_debt_usd_total" VARCHAR,
"external_debt_usd_of_gdp" DOUBLE,
"external_debt_usd_of_totalwealth" DOUBLE,
"date" VARCHAR
);
Anyone who has the link will be able to view this.