CINEA Project Portfolio
European Climate, Infrastructure and Environment Executive Agency
@eucinea.cinea_project_portfolio
European Climate, Infrastructure and Environment Executive Agency
@eucinea.cinea_project_portfolio
CREATE TABLE beneficiaries_from_projects_managed_by_cinea (
"project_number" VARCHAR,
"project_acronym" VARCHAR,
"financial_framework" VARCHAR,
"programme" VARCHAR,
"subprogramme" VARCHAR,
"participant_legal_name" VARCHAR,
"participant_role" VARCHAR,
"participant_legal_status" VARCHAR,
"sme_flag" VARCHAR,
"participant_city" VARCHAR,
"participant_nuts_code" VARCHAR,
"participant_country_code" VARCHAR,
"participant_country_name" VARCHAR,
"eu_contribution" DOUBLE,
"load_date" TIMESTAMP
);
CREATE TABLE location_of_the_projects_managed_by_cinea (
"project_number" BIGINT,
"programme" VARCHAR,
"country" VARCHAR,
"nuts1_region" VARCHAR,
"nuts2_region" VARCHAR,
"nuts3_region" VARCHAR,
"load_date" TIMESTAMP
);
CREATE TABLE projects_managed_by_cinea (
"project_number" VARCHAR,
"project_acronym" VARCHAR,
"project_title" VARCHAR,
"project_description" VARCHAR,
"call_acronym" VARCHAR,
"call_description" VARCHAR,
"call_year" BIGINT,
"financial_framework" VARCHAR,
"programme_description" VARCHAR,
"programme" VARCHAR,
"project_status" VARCHAR,
"subprogramme" VARCHAR,
"project_termination_date" TIMESTAMP,
"project_closure_date" TIMESTAMP,
"project_start_date" TIMESTAMP,
"project_end_date" TIMESTAMP,
"project_duration" BIGINT,
"project_eu_funding" DOUBLE,
"project_fiche_link" VARCHAR,
"project_url" VARCHAR,
"load_date" TIMESTAMP
);
Anyone who has the link will be able to view this.