DWP Government Procurement Card Payments
Department for Work and Pensions
@ukgov.dwp_government_procurement_card_payments_over_500
Department for Work and Pensions
@ukgov.dwp_government_procurement_card_payments_over_500
CREATE TABLE dwp_government_procurement_card_payments (
"transaction_date" TIMESTAMP,
"merchant_name" VARCHAR,
"n__transaction_amount" BIGINT,
"expense_description" VARCHAR
);
CREATE TABLE return_for_april_2019 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_april_2020 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"april_2020" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR
);
CREATE TABLE return_for_april_2021 (
"apr_21" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"unnamed_3" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_april_2022 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" DOUBLE,
"description" VARCHAR
);
CREATE TABLE return_for_april_2023 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_april_2024 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"march_20th_april_19th_2024" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_august_2019 (
"line_number" BIGINT,
"posting_date" VARCHAR,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_august_2020 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"august_2020" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_august_2021 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_august_2022 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"aug_20th_sept_19th_2022" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_august_2023 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"july_20th_august_19th" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_august_2024 (
"line_number" VARCHAR,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" DOUBLE,
"description" VARCHAR
);
CREATE TABLE return_for_december_2018 (
"line_number" BIGINT,
"posting_date" VARCHAR,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_december_2020 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"december_2020" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR
);
CREATE TABLE return_for_december_2022 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"december_20th_january_19th" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_february_2019 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_february_2020 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"february_2020" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR
);
CREATE TABLE return_for_february_2021 (
"unnamed_0" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"february_2021" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR
);
CREATE TABLE return_for_february_2023 (
"line_number" DOUBLE,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" DOUBLE,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" DOUBLE,
"description" VARCHAR
);
CREATE TABLE return_for_february_2024 (
"january_20th_february_19th" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR,
"unnamed_3" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR
);
CREATE TABLE return_for_january_2019 (
"line_number" BIGINT,
"posting_date" VARCHAR,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
CREATE TABLE return_for_january_2020 (
"line_number" BIGINT,
"posting_date" VARCHAR,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR
);
CREATE TABLE return_for_january_2021 (
"line_number" BIGINT,
"posting_date" TIMESTAMP,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" DOUBLE,
"description" VARCHAR
);
CREATE TABLE return_for_january_2022 (
"line_number" BIGINT,
"posting_date" VARCHAR,
"mch_merchant_category_code_mcc" BIGINT,
"mch_merchant_name" VARCHAR,
"fin_transaction_amount" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.