NIO: Senior Officials' Business Expenses And The Permanent Secretary's Meetings With External Organisations: July To September 2021
Northern Ireland Office
@ukgov.nio_senior_officials_july_to_september_2021
Northern Ireland Office
@ukgov.nio_senior_officials_july_to_september_2021
CREATE TABLE nio_s_permanent_secretaries_meetings_july_to_september_2021 (
"name_permanent_secretary_only" VARCHAR,
"date" TIMESTAMP,
"person_or_organisation_that_meeting_was_with" VARCHAR,
"purpose_of_meeting" VARCHAR
);
CREATE TABLE nio_s_senior_officials_expenses_july_to_september_2021 (
"senior_officials_name" VARCHAR,
"start_date_of_trip" VARCHAR,
"duration_of_visit_days" VARCHAR,
"destination" VARCHAR,
"purpose_of_trip" VARCHAR,
"mode_of_transport" VARCHAR,
"class_of_travel" VARCHAR,
"accommodation_meals" VARCHAR,
"other_including_hospitality_given" VARCHAR,
"total_cost_including_all_visas_accommodation_travel_meals_etc" VARCHAR,
"total_cost_of_use_of_official_secure_car" VARCHAR
);
CREATE TABLE nio_s_senior_officials_hospitality_july_to_september_2021 (
"senior_official_name" VARCHAR,
"date" VARCHAR,
"person_or_organisation_that_offered_hospitality" VARCHAR,
"type_of_hospitality_received" VARCHAR,
"accompanied_by_spouse_family_member_or_friend" VARCHAR
);
Anyone who has the link will be able to view this.