Dairy Inspections
Food Standards Agency
@ukgov.dairy_inspections
Food Standards Agency
@ukgov.dairy_inspections
CREATE TABLE dairy_inspections_for_2017 (
"year" BIGINT,
"numberofinspections" BIGINT,
"numberratedimprovementnecessary" BIGINT,
"numberratedurgentimprovementnecessary" BIGINT
);
CREATE TABLE dairy_inspections_for_2018 (
"year" BIGINT,
"numberofinspections" BIGINT,
"numberratedimprovementnecessary" BIGINT,
"numberratedurgentimprovementnecessary" BIGINT
);
CREATE TABLE dairy_inspections_for_2019 (
"year" BIGINT,
"numberofinspections" BIGINT,
"numberratedimprovementnecessary" BIGINT,
"numberratedurgentimprovementnecessary" BIGINT
);
Anyone who has the link will be able to view this.