Pig Conditions
Food Standards Agency
@ukgov.pig_conditions
Food Standards Agency
@ukgov.pig_conditions
CREATE TABLE pig_conditions (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_apr19_jun19 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_apr_20_jun_20 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_jan_19_mar_19 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_jan_20_mar_20 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_jul19_sep19 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_jul_20_sep_20 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_oct18_dec18 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_oct_19_dec_19 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
CREATE TABLE pig_conditions_oct_20_dec_20 (
"species" VARCHAR,
"inspectiontype" VARCHAR,
"condition" VARCHAR,
"yearmonth" TIMESTAMP,
"country" VARCHAR,
"numberofconditions" BIGINT,
"throughput" BIGINT,
"numberofthroughputplants" BIGINT,
"percentageofthroughput" DOUBLE
);
Anyone who has the link will be able to view this.