Victims Of Crime By Ethnicity
Race Disparity Unit
@ukgov.victims_of_crime_by_ethnicity
Race Disparity Unit
@ukgov.victims_of_crime_by_ethnicity
CREATE TABLE victims_of_crime_data (
"measure" VARCHAR,
"ethnicity" VARCHAR,
"ethnicity_type" VARCHAR,
"time" VARCHAR,
"time_type" VARCHAR,
"geography" VARCHAR,
"geography_type" VARCHAR,
"geography_code" VARCHAR,
"gender" VARCHAR,
"age" VARCHAR,
"socio_economic_classification" VARCHAR,
"household_income" VARCHAR,
"value" VARCHAR,
"value_type" VARCHAR,
"sample_size" BIGINT,
"standard_error" VARCHAR,
"lower_ci" VARCHAR,
"upper_ci" VARCHAR
);
Anyone who has the link will be able to view this.