Cambridgeshire County Council Grants To Voluntary, Community And Social Enterprise Organisations
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_grants_to_voluntary_comm_cd427e91
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_grants_to_voluntary_comm_cd427e91
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2023_24 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" TIMESTAMP,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2020_21 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" TIMESTAMP,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2021_22 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" TIMESTAMP,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2019_20 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" VARCHAR,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2022_23 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" TIMESTAMP,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
CREATE TABLE cambridgeshire_county_council_grants_awarded_in_2018_19 (
"organisation" VARCHAR,
"grant_name" VARCHAR,
"directorate" VARCHAR,
"recipient" VARCHAR,
"recipient_s_registration_number" VARCHAR,
"total_amount" VARCHAR,
"date_awarded" TIMESTAMP,
"start_of_grant_period" TIMESTAMP,
"end_of_grant_period" TIMESTAMP,
"purpose_of_grant" VARCHAR
);
Anyone who has the link will be able to view this.