HMRC Air Travel
HM Revenue and Customs
@ukgov.hmrc_air_travel
HM Revenue and Customs
@ukgov.hmrc_air_travel
CREATE TABLE hmrc_air_travel (
"flights" DOUBLE,
"fare_paid" DOUBLE,
"departure_date" VARCHAR,
"origin_city" VARCHAR,
"destination_airport_code" VARCHAR,
"destination_city" VARCHAR,
"origin_country" VARCHAR,
"destination_country" VARCHAR,
"class" VARCHAR,
"trip_type" VARCHAR,
"txn_type" VARCHAR
);
Anyone who has the link will be able to view this.