Senior Officials Expenses,travel And Hospitality In DWP
Department for Work and Pensions
@ukgov.senior_officials_expenses_travel_and_hospitality_in_dwp
Department for Work and Pensions
@ukgov.senior_officials_expenses_travel_and_hospitality_in_dwp
CREATE TABLE hospitality_jan_to_mar_25 (
"senior_official_s_name" VARCHAR,
"date" VARCHAR,
"individual_or_organisation_that_provided_hospitality" VARCHAR,
"type_of_hospitality_received" VARCHAR,
"accompanied_by_guest" VARCHAR
);
CREATE TABLE perm_sec_meetings_jan_to_mar_25 (
"senior_official_s_name" VARCHAR,
"date" TIMESTAMP,
"name_of_individual_or_organisation" VARCHAR,
"purpose_of_meeting" VARCHAR
);
CREATE TABLE travel_expenses_jan_to_mar_25 (
"senior_official_s_name" VARCHAR,
"start_date_of_expense" TIMESTAMP,
"end_date_of_expense" TIMESTAMP,
"purpose_of_expense" VARCHAR,
"destination" VARCHAR,
"mode_s_of_transport" VARCHAR,
"class_of_transport" VARCHAR,
"sub_total_of_all_transport_used" DOUBLE,
"sub_total_costs_of_all_accomodation_and_meals" DOUBLE,
"sub_total_cost_of_all_other_expenses_including_hospita_da45d94f" DOUBLE,
"total_cost_of_expenses_claimed" DOUBLE
);
Anyone who has the link will be able to view this.