Throughput In Approved Slaughterhouses
Food Standards Agency
@ukgov.throughput_in_approved_slaughterhouses
Food Standards Agency
@ukgov.throughput_in_approved_slaughterhouses
CREATE TABLE throughput_by_species_apr_jun_2019 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_apr_jun_2020 (
"species" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_jan_mar_2019 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_jan_mar_2020 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_jul_sep_2019 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_oct_dec_2018 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_by_species_oct_dec_2019 (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
CREATE TABLE throughput_in_approved_slaughterhouses (
"species" VARCHAR,
"slaughtermethod" VARCHAR,
"throughput" BIGINT
);
Anyone who has the link will be able to view this.