Cattle Slaughtered By English Regions By Breed, Sex And Age 2012
Rural Payments Agency
@ukgov.cattle_slaughtered_by_english_regions_by_breed_sex_and_age_2012
Rural Payments Agency
@ukgov.cattle_slaughtered_by_english_regions_by_breed_sex_and_age_2012
CREATE TABLE cattle_slaughtered_by_english_regions_by_breed_sex_and_age_2012 (
"month_number" BIGINT,
"month_name" VARCHAR,
"region" VARCHAR,
"breed_type" VARCHAR,
"breed" VARCHAR,
"sex" VARCHAR,
"under_12_months" BIGINT,
"n_12_to_15_months" BIGINT,
"n_15_to_18_months" BIGINT,
"n_18_to_21_months" BIGINT,
"n_21_to_24_months" BIGINT,
"n_24_to_27_months" BIGINT,
"n_27_to_30_months" BIGINT,
"n_30_to_36_months" BIGINT,
"n_36_to_42_months" BIGINT,
"n_42_to_48_months" BIGINT,
"n_48_to_72_months" BIGINT,
"n_72_months_and_over" BIGINT
);
Anyone who has the link will be able to view this.