Throughput In Approved Slaughterhouses
Food Standards Agency
@ukgov.throughput_in_approved_slaughterhouses
Food Standards Agency
@ukgov.throughput_in_approved_slaughterhouses
Throughput data for each species collected by the Food Standards Agency in approved slaughterhouses
Publisher name: Food Standards Agency
Last updated: 2022-07-01T04:03:03Z
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.