Cities Having The Most CCTV Cameras
CCTV cameras and crime rate
@kaggle.prasertk_cities_having_the_most_cctv_cameras
CCTV cameras and crime rate
@kaggle.prasertk_cities_having_the_most_cctv_cameras
CREATE TABLE which_cities_have_the_most_cctv_cameras (
"city" VARCHAR,
"country" VARCHAR,
"n__of_cctv_cameras" DOUBLE,
"n__of_people" DOUBLE,
"n__of_cctv_cameras_per_1_000_people" DOUBLE,
"cameras_per_square_mile" DOUBLE,
"crime_index" DOUBLE
);
Anyone who has the link will be able to view this.