World Bank's Major Contracts
The largest supply contracts awarded by the World Bank
@kaggle.theworldbank_world_banks_major_contracts
The largest supply contracts awarded by the World Bank
@kaggle.theworldbank_world_banks_major_contracts
CREATE TABLE major_contract_awards (
"as_of_date" VARCHAR,
"fiscal_year" BIGINT,
"region" VARCHAR,
"borrower_country" VARCHAR,
"borrower_country_code" VARCHAR,
"project_id" VARCHAR,
"project_name" VARCHAR,
"procurement_type" VARCHAR,
"procurement_category" VARCHAR,
"procurement_method" VARCHAR,
"product_line" VARCHAR,
"major_sector" VARCHAR,
"wb_contract_number" BIGINT,
"contract_description" VARCHAR,
"contract_signing_date" VARCHAR,
"supplier" VARCHAR,
"supplier_country" VARCHAR,
"supplier_country_code" VARCHAR,
"total_contract_amount_usd" VARCHAR,
"borrower_contract_reference_number" VARCHAR
);
Anyone who has the link will be able to view this.