Food Inspection
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_food_inspection
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_food_inspection
CREATE TABLE table_1 (
"establishment_id" BIGINT,
"name" VARCHAR,
"address_1" VARCHAR,
"address_2" VARCHAR,
"city" VARCHAR,
"zip" BIGINT,
"inspection_date" TIMESTAMP,
"inspection_results" VARCHAR,
"food_from_approved_source_c" VARCHAR,
"food_protected_from_contamination_c" VARCHAR,
"ill_workers_restricted_c" VARCHAR,
"proper_hand_washing_c" VARCHAR,
"cooling_time_and_temperature_c" VARCHAR,
"cold_holding_temperature_c" VARCHAR,
"hot_holding_temperature_c" VARCHAR,
"cooking_time_and_temperature_c" VARCHAR,
"reheating_time_and_temperature_c" VARCHAR,
"hot_and_cold_running_water_provided_c" VARCHAR,
"proper_sewage_disposal_c" VARCHAR,
"toxic_substances_pesticides" VARCHAR,
"rodent_and_insects" VARCHAR,
"nutritional_labeling" VARCHAR,
"trans_fat_ban" VARCHAR,
"no_smoking_sign_posted" VARCHAR,
"inspection_type" VARCHAR,
"owner" VARCHAR,
"category" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.