Inspection Score - Restaurant Inspection
Inspection Score - licensed restaurants, inspections
@kaggle.loulouashley_inspection_score_restaurant_inspection
Inspection Score - licensed restaurants, inspections
@kaggle.loulouashley_inspection_score_restaurant_inspection
CREATE TABLE restaurant_and_food_inspections_1 (
"business_id" VARCHAR,
"business_name" VARCHAR,
"business_address" VARCHAR,
"business_city" VARCHAR,
"business_state" VARCHAR,
"business_postal_code" BIGINT,
"business_phone_number" DOUBLE,
"inspection_date" TIMESTAMP,
"inspection_score" DOUBLE,
"inspection_description" VARCHAR,
"inspection_type" VARCHAR,
"violation_description" VARCHAR,
"violation_code" VARCHAR,
"business_location" VARCHAR
);
Anyone who has the link will be able to view this.