Find the lowest score per each facility in Hollywood Boulevard.
Output the result along with the corresponding facility name.
Order the result based on the lowest score in descending order and the facility name in the ascending order.
table name:los_angeles_restaurant_health_inspections
Solution:
select min(score) as score,facility_name from los_angeles_restaurant_health_inspections where facility_address like '%HOLLYWOOD BLVD%'
group by facility_name
order by score desc,facility_name
Output:

SQL Script: script file
USE [StrataScratch]
CREATE TABLE [dbo].[los_angeles_restaurant_health_inspections](
[serial_number] [varchar](50) NULL,
[activity_date] [datetime] NULL,
[facility_name] [varchar](50) NULL,
[score] [int] NULL,
[grade] [varchar](50) NULL,
[service_code] [int] NULL,
[service_description] [varchar](500) NULL,
[employee_id] [varchar](50) NULL,
[facility_address] [varchar](500) NULL,
[facility_city] [varchar](50) NULL,
[facility_id] [varchar](50) NULL,
[facility_state] [varchar](50) NULL,
[facility_zip] [varchar](50) NULL,
[owner_id] [varchar](50) NULL,
[owner_name] [varchar](50) NULL,
[pe_description] [varchar](500) NULL,
[program_element_pe] [int] NULL,
[program_name] [varchar](50) NULL,
[program_status] [varchar](50) NULL,
[record_id] [varchar](50) NULL
) ON [PRIMARY]
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQHRSETQ', CAST(N'2017-06-08T00:00:00.000' AS DateTime), N'MARGARITAS CAFE', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000006', N'5026 S CRENSHAW BLVD', N'LOS ANGELES', N'FA0023656', N'CA', N'90043', N'OW0004133', N'BAZAN, ASCENCION', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'MARGARITAS CAFE', N'ACTIVE', N'PR0011718')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA2GQRJOS', CAST(N'2017-03-07T00:00:00.000' AS DateTime), N'LAS MOLENDERAS', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000997', N'2635 WHITTIER BLVD', N'LOS ANGELES', N'FA0160416', N'CA', N'90023', N'OW0125379', N'MARISOL FEREGRINO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LAS MOLENDERAS', N'INACTIVE', N'PR0148504')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMQTA46T', CAST(N'2016-03-22T00:00:00.000' AS DateTime), N'SANDRA''S TAMALES', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0001049', N'5390 WHITTIER BLVD', N'LOS ANGELES', N'FA0171769', N'CA', N'90022-4032', N'OW0178828', N'SANDRA''S TAMALES INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'SANDRA''S TAMALES', N'ACTIVE', N'PR0164225')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXMBTIRZ', CAST(N'2018-02-12T00:00:00.000' AS DateTime), N'CAFE GRATITUDE', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000828', N'639 N LARCHMONT BLVD STE #102', N'LOS ANGELES', N'FA0058921', N'CA', N'90004', N'OW0005704', N'CAFE GRATITUDE LARCHMONT LLC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'CAFE GRATITUDE', N'ACTIVE', N'PR0019854')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAK8TBMS0', CAST(N'2015-09-10T00:00:00.000' AS DateTime), N'THE WAFFLE', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000709', N'6255 W SUNSET BLVD STE #105', N'LOS ANGELES', N'FA0051830', N'CA', N'90028', N'OW0035796', N'THE WAFFLE, LLC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'THE WAFFLE', N'ACTIVE', N'PR0010922')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQZAULOI', CAST(N'2017-10-11T00:00:00.000' AS DateTime), N'INTI PERUVIAN RESTAURANT', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000828', N'5870 MELROSE AVE # #105', N'LOS ANGELES', N'FA0030334', N'CA', N'90038', N'OW0023369', N'MARIN & MARTINEZ GROUP CORP.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'INTI PERUVIAN RESTAURANT', N'INACTIVE', N'PR0043182')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAD0XX0IG', CAST(N'2017-07-14T00:00:00.000' AS DateTime), N'WOLFGANG PUCK EXPRESS', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000117', N'308 WESTWOOD PLZ # 1390L', N'LOS ANGELES', N'FA0138414', N'CA', N'90024', N'OW0101772', N'UCLAWP LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'WOLFGANG PUCK EXPRESS', N'ACTIVE', N'PR0122727')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAHVVCMT', CAST(N'2016-11-02T00:00:00.000' AS DateTime), N'IN N OUT DAILY MARKET', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'5048 HUNTINGTON DR S', N'LOS ANGELES', N'FA0175610', N'CA', N'90032', N'OW0182143', N'EMME LAN P. DIEU', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'IN N OUT DAILY MARKET', N'ACTIVE', N'PR0168775')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH840R2I', CAST(N'2016-06-30T00:00:00.000' AS DateTime), N'CHOI''S MARKET', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'1828 N BROADWAY', N'LOS ANGELES', N'FA0160457', N'CA', N'90031', N'OW0125421', N'YOUNG YOON', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'CHOI''S MARKET', N'ACTIVE', N'PR0148548')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXJPOD1H', CAST(N'2017-01-04T00:00:00.000' AS DateTime), N'LENTO MARKET LLC', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000360', N'1288 W SUNSET BLVD', N'LOS ANGELES', N'FA0239946', N'CA', N'90026', N'OW0236134', N'LENTO MARKET LLC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'LENTO MARKET LLC', N'ACTIVE', N'PR0187951')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMHFWY2G', CAST(N'2016-04-05T00:00:00.000' AS DateTime), N'SOPITA RAMEN', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000884', N'3087 W PICO BLVD STE 9', N'LOS ANGELES', N'FA0167850', N'CA', N'90006', N'OW0130819', N'KIBOMI INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'SOPITA RAMEN', N'ACTIVE', N'PR0158271')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0919122', CAST(N'2017-08-10T00:00:00.000' AS DateTime), N'PRINCIPIO MERCADO Y CARNICERIA', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'2630 MAPLE AVE', N'LOS ANGELES', N'FA0172138', N'CA', N'90011', N'OW0179186', N'CARLOS MIGUEL GONZALEZ', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'PRINCIPIO MERCADO Y CARNICERIA', N'ACTIVE', N'PR0164655')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAX2ZPD4B', CAST(N'2018-03-08T00:00:00.000' AS DateTime), N'EL POLLO LOCO #3301', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0001048', N'1833 S LA CIENEGA BLVD', N'LOS ANGELES', N'FA0021252', N'CA', N'90035', N'OW0028128', N'PEG/LION, LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'EL POLLO LOCO #3301', N'ACTIVE', N'PR0029282')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUOR00BP', CAST(N'2015-12-16T00:00:00.000' AS DateTime), N'MARISCOS SAN MIGUEL ARCANGEL', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'2614 S MAPLE AVE', N'LOS ANGELES', N'FA0136736', N'CA', N'90011-1432', N'OW0099393', N'PONCE, JUAN CARLOS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'MARISCOS SAN MIGUEL ARCANGEL', N'ACTIVE', N'PR0119954')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALUB7708', CAST(N'2017-11-06T00:00:00.000' AS DateTime), N'PLAYA DORA', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000729', N'10522 S VERMONT AVE', N'LOS ANGELES', N'FA0178503', N'CA', N'90044', N'OW0184237', N'NIDIA L ALDANA', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PLAYA DORA', N'ACTIVE', N'PR0171943')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAGPKIQAN', CAST(N'2017-02-14T00:00:00.000' AS DateTime), N'PLAN CHECK', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'1111 WILSHIRE BLVD', N'LOS ANGELES', N'FA0164576', N'CA', N'90017', N'OW0127912', N'PLAN CHECK DOWNTOWN III LLC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'PLAN CHECK', N'ACTIVE', N'PR0152855')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAE9A7CVY', CAST(N'2016-07-01T00:00:00.000' AS DateTime), N'LOCALI', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000894', N'701 LINCOLN BLVD', N'LOS ANGELES', N'FA0159783', N'CA', N'90291', N'OW0124783', N'BE MY GUEST INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'LOCALI', N'ACTIVE', N'PR0147848')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3XQJLEH', CAST(N'2017-06-06T00:00:00.000' AS DateTime), N'KIM HUNG BAKERY', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'959 N BROADWAY', N'LOS ANGELES', N'FA0020047', N'CA', N'90012', N'OW0037257', N'VAN QUANG, NAM', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'KIM HUNG BAKERY', N'ACTIVE', N'PR0001097')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAC0N7TC7', CAST(N'2017-01-12T00:00:00.000' AS DateTime), N'VINCENTE FOODS-MARKET', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'12027 SAN VICENTE BLVD', N'LOS ANGELES', N'FA0039887', N'CA', N'90049', N'OW0001712', N'ADAMS,ESTHER&LAZAR BERNAHARD', N'FOOD MKT RETAIL (2,000+ SF) LOW RISK', 1613, N'VINCENTE FOODS-MARKET', N'ACTIVE', N'PR0015454')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA990YCAE', CAST(N'2016-12-06T00:00:00.000' AS DateTime), N'GWEN', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000822', N'6600 SUNSET BLVD', N'LOS ANGELES', N'FA0225449', N'CA', N'90028-7160', N'OW0229713', N'9 STONES, LLC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'GWEN', N'ACTIVE', N'PR0180771')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVGGBQNJ', CAST(N'2017-01-19T00:00:00.000' AS DateTime), N'OAXACALIFORNIA', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000707', N'3655 S GRAND AVE STE C-8', N'LOS ANGELES', N'FA0042299', N'CA', N'90007', N'OW0002812', N'ANTONIO, JUAN', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'OAXACALIFORNIA', N'ACTIVE', N'PR0031684')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0N7AWN0', CAST(N'2016-09-21T00:00:00.000' AS DateTime), N'MICHELLE''S DONUT HOUSE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'3783 S WESTERN AVE', N'LOS ANGELES', N'FA0039310', N'CA', N'90018', N'OW0032004', N'SCOTT VICHETH KHEM', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'MICHELLE''S DONUT HOUSE', N'INACTIVE', N'PR0031269')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA2M0ZPRD', CAST(N'2017-01-24T00:00:00.000' AS DateTime), N'LA PRINCESITA MARKET', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000997', N'2426 E 4TH ST', N'LOS ANGELES', N'FA0065292', N'CA', N'90063', N'OW0029496', N'RAMIREZ FRANCISCO', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'LA PRINCESITA MARKET', N'INACTIVE', N'PR0027280')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIFCWL0I', CAST(N'2016-03-23T00:00:00.000' AS DateTime), N'EL SABROSO', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000557', N'501 N BRANNICK AVE', N'LOS ANGELES', N'FA0061598', N'CA', N'90063', N'OW0013584', N'GOMEZ, ELIGIO', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'EL SABROSO', N'ACTIVE', N'PR0022052')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQPM7CQK', CAST(N'2016-05-26T00:00:00.000' AS DateTime), N'ONO HAWAIIAN BBQ', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000853', N'5550 WILSHIRE BLVD STE 101C', N'LOS ANGELES', N'FA0067962', N'CA', N'90036', N'OW0020257', N'L.A. SUNSET, LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'ONO HAWAIIAN BBQ', N'ACTIVE', N'PR0045111')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQPMMVK2', CAST(N'2017-07-25T00:00:00.000' AS DateTime), N'FOOD 4 LESS #766', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'5100 N FIGUEROA ST', N'LOS ANGELES', N'FA0023433', N'CA', N'90042', N'OW0012108', N'FOOD 4 LESS, INC.', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'FOOD 4 LESS #766 - MEAT DEPT', N'ACTIVE', N'PR0032487')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZLJWCPK', CAST(N'2018-01-16T00:00:00.000' AS DateTime), N'CAFE SEOUL NANDARANG', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000869', N'3815 W 6TH ST', N'LOS ANGELES', N'FA0006953', N'CA', N'90020', N'OW0016238', N'HONG EUN CHONG INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'CAFE SEOUL NANDARANG', N'ACTIVE', N'PR0020642')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACACY9JC', CAST(N'2016-06-08T00:00:00.000' AS DateTime), N'FRATERNAL ORDER OF EAGLES', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000953', N'13018 W WASHINGTON BLVD', N'LOS ANGELES', N'FA0001155', N'CA', N'90066', N'OW0012318', N'FRATERNAL ORDER OF EAGLES', N'RESTAURANT (61-150) SEATS MODERATE RISK', 1637, N'FRATERNAL ORDER OF EAGLES', N'ACTIVE', N'PR0025338')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAOHLT1WF', CAST(N'2017-08-17T00:00:00.000' AS DateTime), N'ADMIRALS CLUB', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'400 WORLD WAY', N'LOS ANGELES', N'FA0004930', N'CA', N'90045', N'OW0125020', N'AMERICAN AIRLINES, INC.', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'ADMIRALS CLUB BUSINESS KITCHEN', N'ACTIVE', N'PR0024054')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA8DAT5G0', CAST(N'2017-12-08T00:00:00.000' AS DateTime), N'SALLY''S SNACK SHOP', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'228 W 6TH ST', N'LOS ANGELES', N'FA0046716', N'CA', N'90014', N'OW0023330', N'MARGOSSIAN, KARMEN', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'SALLY''S SNACK SHOP', N'ACTIVE', N'PR0037435')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKIPC9UB', CAST(N'2016-06-16T00:00:00.000' AS DateTime), N'LA PETITE BOULANGERIE', 86, N'B', 1, N'ROUTINE INSPECTION', N'EE0000721', N'330 S HOPE ST', N'LOS ANGELES', N'FA0180531', N'CA', N'90071', N'OW0185889', N'MARCO INVESTMENT CORP.', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'LA PETITE BOULANGERIE', N'INACTIVE', N'PR0174307')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAGDXJ32I', CAST(N'2015-09-14T00:00:00.000' AS DateTime), N'TROPICANA JUICE BAR & DELI', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'5202 MONTE VISTA ST', N'LOS ANGELES', N'FA0033725', N'CA', N'90042', N'OW0020496', N'LA TROPICANA MARKET INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'LA TROPOCANA JUICE BAR/DELI', N'ACTIVE', N'PR0048308')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMSHMCC7', CAST(N'2016-01-27T00:00:00.000' AS DateTime), N'B SWEET DESSERT BAR', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'2005 S SAWTELLE BLVD', N'LOS ANGELES', N'FA0160908', N'CA', N'90025-6229', N'OW0125842', N'B SWEET LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'B SWEET DESSERT BAR', N'ACTIVE', N'PR0149002')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DADTCJC3M', CAST(N'2016-12-06T00:00:00.000' AS DateTime), N'CHA CHA CHILI', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000740', N'4625 E VALLEY BLVD', N'LOS ANGELES', N'FA0008243', N'CA', N'90032', N'OW0006829', N'CHA GAVIN', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'CHA CHA CHILI', N'ACTIVE', N'PR0038243')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACE12KGP', CAST(N'2016-05-04T00:00:00.000' AS DateTime), N'NORTHGATE MARKETS #38', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0001025', N'944 E SLAUSON AVE', N'LOS ANGELES', N'FA0167720', N'CA', N'90011', N'OW0026268', N'NORTHGATE GONZALEZ LLC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'NORTHGATE MARKETS #38 (TORTILLERIA)', N'ACTIVE', N'PR0158101')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAPJIWLWW', CAST(N'2017-04-19T00:00:00.000' AS DateTime), N'SPARE TIRE', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000853', N'5368 WILSHIRE BLVD', N'LOS ANGELES', N'FA0012783', N'CA', N'90036', N'OW0035707', N'THE RED MILE INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'SPARE TIRE', N'ACTIVE', N'PR0016180')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASJSBQ00', CAST(N'2017-02-02T00:00:00.000' AS DateTime), N'CJ COFFEE SHOP', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000871', N'5501 W PICO BLVD', N'LOS ANGELES', N'FA0015649', N'CA', N'90019', N'OW0008176', N'CISNEROS, JESSICA', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'CJ COFFEE SHOP', N'ACTIVE', N'PR0009705')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVPOIW1N', CAST(N'2016-12-09T00:00:00.000' AS DateTime), N'OLEEGO', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000360', N'639 N BROADWAY # G', N'LOS ANGELES', N'FA0178307', N'CA', N'90012', N'OW0184081', N'PARK''S BBQ EXPRESS INC.', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'OLEEGO', N'ACTIVE', N'PR0171430')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABMGDIKN', CAST(N'2015-07-06T00:00:00.000' AS DateTime), N'MAGEE''S KITCHEN', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000468', N'6333 3RD ST', N'LOS ANGELES', N'FA0001320', N'CA', N'90036', N'OW0022850', N'MAGEE,S B AND P H ET AL', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'MAGEE''S KITCHEN', N'ACTIVE', N'PR0004406')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA5EN4LEK', CAST(N'2017-04-10T00:00:00.000' AS DateTime), N'JACK IN THE BOX #3377', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1906 S CRENSHAW BLVD', N'LOS ANGELES', N'FA0064110', N'CA', N'90016', N'OW0017276', N'JACK IN THE BOX, INC', N'RESTAURANT (61-150) SEATS MODERATE RISK', 1637, N'JACK IN THE BOX #3377', N'ACTIVE', N'PR0042638')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH08SUQB', CAST(N'2016-01-13T00:00:00.000' AS DateTime), N'CARNITAS URUAPAN - MARKET & BAKERY', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'2102 E CESAR E CHAVEZ AVE', N'LOS ANGELES', N'FA0158671', N'CA', N'90033', N'OW0123723', N'THE DRAWDE TOWER CORPORATION', N'FOOD MKT RETAIL (2,000+ SF) HIGH RISK', 1615, N'CARNITAS URUAPAN MARKET AND BAKERY', N'INACTIVE', N'PR0146749')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAB7P1MJS', CAST(N'2017-03-29T00:00:00.000' AS DateTime), N'NUEVO JALISCO BAR', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'245 S MAIN ST', N'LOS ANGELES', N'FA0067736', N'CA', N'90012', N'OW0012742', N'GARCIA MARIA J', N'RESTAURANT (31-60) SEATS LOW RISK', 1633, N'NUEVO JALISCO BAR', N'ACTIVE', N'PR0039140')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAESGBIPX', CAST(N'2017-04-20T00:00:00.000' AS DateTime), N'TACO HOUSE', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'340 S HILL ST', N'LOS ANGELES', N'FA0050831', N'CA', N'90013', N'OW0025036', N'MORALES, JORGE MARIO', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'TACO HOUSE', N'ACTIVE', N'PR0028543')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJMARFHH', CAST(N'2017-05-25T00:00:00.000' AS DateTime), N'TACOS EL UNICO', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000594', N'1375 W ADAMS BLVD', N'LOS ANGELES', N'FA0050333', N'CA', N'90007', N'OW0037050', N'V&E RESTAURANTS INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TACOS EL UNICO', N'ACTIVE', N'PR0036953')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALI1WJOE', CAST(N'2018-03-01T00:00:00.000' AS DateTime), N'EDENDALE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'2838 ROWENA AVE', N'LOS ANGELES', N'FA0020151', N'CA', N'90039', N'OW0018812', N'KEY OF E, INC.', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'EDENDALE', N'ACTIVE', N'PR0011927')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAOGM0MYM', CAST(N'2016-01-08T00:00:00.000' AS DateTime), N'MARIE CALLENDER''S RESTAURANT', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000144', N'11324 NATIONAL BLVD', N'LOS ANGELES', N'FA0066403', N'CA', N'90064', N'OW0008964', N'COX-KALMBACH ENTERPRISES INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'MARIE CALLENDER RESTAURANT', N'ACTIVE', N'PR0004524')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUUSBADM', CAST(N'2017-05-18T00:00:00.000' AS DateTime), N'WA SSADA ON DAL JAPANESE RES', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000722', N'377 N WESTERN AVE', N'LOS ANGELES', N'FA0054071', N'CA', N'90004', N'OW0026778', N'ON DAL JAPANESE REST INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'WA SSADA ON DAL JAPANESE RES', N'ACTIVE', N'PR0001720')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATF8L9OX', CAST(N'2015-11-03T00:00:00.000' AS DateTime), N'EVO KITCHEN', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000838', N'7950 W SUNSET BLVD STE 104', N'LOS ANGELES', N'FA0022433', N'CA', N'90046', N'OW0018637', N'KCM CAPITAL LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'EVO KITCHEN', N'ACTIVE', N'PR0039131')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAG0IZ1XU', CAST(N'2017-02-28T00:00:00.000' AS DateTime), N'GUISADOS', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'2100 E CESAR E CHAVEZ AVE', N'LOS ANGELES', N'FA0027210', N'CA', N'90033', N'OW0009565', N'DE LA TORRE, ARMANDO DANIEL', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'GUISADOS', N'ACTIVE', N'PR0021598')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAM04QH0M', CAST(N'2017-12-15T00:00:00.000' AS DateTime), N'FLORES DISCOUNT MARKET', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000691', N'7922 S CENTRAL AVE', N'LOS ANGELES', N'FA0013817', N'CA', N'90001', N'OW0012043', N'FLORES, ELPIDIO', N'FOOD MKT RETAIL (25-1,999 SF) MODERATE RISK', 1611, N'FLORES DISCOUNT MARKET', N'ACTIVE', N'PR0007247')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3QCCHQ0', CAST(N'2017-07-24T00:00:00.000' AS DateTime), N'7-ELEVEN #18821-B', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11075 OLYMPIC BLVD', N'LOS ANGELES', N'FA0172337', N'CA', N'90064', N'OW0179367', N'STEVEN KYUIN SHIM', N'FOOD MKT RETAIL (2,000+ SF) LOW RISK', 1613, N'7-ELEVEN #18821-B', N'ACTIVE', N'PR0164882')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0DV2BTI', CAST(N'2016-07-20T00:00:00.000' AS DateTime), N'CONCERT HALL CAFE', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'111 S GRAND AVE # #950', N'LOS ANGELES', N'FA0060206', N'CA', N'90012', N'OW0035686', N'THE PATINA GROUP NEWCO LLC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'CONCERT LOBBY BAR LEVEL 3', N'ACTIVE', N'PR0028415')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0KUBBF6', CAST(N'2015-08-13T00:00:00.000' AS DateTime), N'ANTOJITOS LISETH', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000699', N'3324 W 6TH ST STE E1', N'LOS ANGELES', N'FA0006875', N'CA', N'90020', N'OW0010254', N'DOMINGUEZ, ELIZABETH', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'ANTOJITOS LISETH', N'INACTIVE', N'PR0030175')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAO2EELKI', CAST(N'2015-12-01T00:00:00.000' AS DateTime), N'KELLY''S COFFEE', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0001004', N'5701 S EASTERN AVE', N'LOS ANGELES', N'FA0031879', N'CA', N'90040', N'OW0005302', N'BRITUL CORPORATION', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'KELLY''S COFFEE', N'ACTIVE', N'PR0033431')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA1FRI7RD', CAST(N'2016-03-31T00:00:00.000' AS DateTime), N'RALPHS MARKET #759', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000911', N'10861 WEYBURN AVE', N'LOS ANGELES', N'FA0045717', N'CA', N'90024', N'OW0029458', N'RALPHS GROCERY COMPANY', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'MEAT MARKET', N'ACTIVE', N'PR0004729')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANAIYCBV', CAST(N'2016-06-23T00:00:00.000' AS DateTime), N'THE OPRHEUM THEATRE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'842 S BROADWAY', N'LOS ANGELES', N'FA0072400', N'CA', N'90014', N'OW0002770', N'ANJAC FASHION BLDGS', N'RESTAURANT (151 + ) SEATS LOW RISK', 1639, N'THE OPRHEUM THEATER', N'ACTIVE', N'PR0035104')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAL5OI5DB', CAST(N'2016-07-26T00:00:00.000' AS DateTime), N'JONS MARKET', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000912', N'5311 SANTA MONICA BLVD', N'LOS ANGELES', N'FA0019185', N'CA', N'90029', N'OW0004431', N'BERBERIAN ENTERPRISES', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'JON''S SERVICE DELI', N'ACTIVE', N'PR0013277')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0ADUWM0', CAST(N'2018-03-02T00:00:00.000' AS DateTime), N'SAN MARCOS TORTILLERIA', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000255', N'1929 E 1ST ST', N'LOS ANGELES', N'FA0143498', N'CA', N'90033-3412', N'OW0106596', N'GARCIA,GREGORIO ALBARADO', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'SAN MARCOS TORTILLERIA', N'ACTIVE', N'PR0126952')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKYQHFDV', CAST(N'2016-08-09T00:00:00.000' AS DateTime), N'MIKE''S DELI #2', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'238 E 1ST ST', N'LOS ANGELES', N'FA0066945', N'CA', N'90012', N'OW0024459', N'MIKE''S DELI INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'MIKE''S DELI #2', N'INACTIVE', N'PR0030530')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACARECO0', CAST(N'2016-11-07T00:00:00.000' AS DateTime), N'KIM''S MANNA FISH & CHIP, INC', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000195', N'10707 S AVALON BLVD', N'LOS ANGELES', N'FA0163503', N'CA', N'90061-2521', N'OW0127107', N'KIM''S MANNA FISH & CHIP, INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'KIM''S MANNA FISH & CHIPS', N'ACTIVE', N'PR0151726')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACAHD6VE', CAST(N'2017-12-27T00:00:00.000' AS DateTime), N'RENAISSANCE 96TH STREET BISTRO', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000955', N'9620 AIRPORT BLVD', N'LOS ANGELES', N'FA0046199', N'CA', N'90045', N'OW0039321', N'WSRH LAX AIRPORT LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'RENAISSANCE BANQUET', N'ACTIVE', N'PR0025069')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA9LVNQKG', CAST(N'2016-02-24T00:00:00.000' AS DateTime), N'EMMANUEL MINI MARKET', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4433 S ALAMEDA ST # B-14', N'LOS ANGELES', N'FA0203204', N'CA', N'90058-2008', N'OW0208422', N'ANTONIA M RIOS GUZMAN', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'EMMANUEL MINI MARKET', N'ACTIVE', N'PR0175547')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACT0IRRJ', CAST(N'2017-11-18T00:00:00.000' AS DateTime), N'DAILY DONUT', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0001073', N'8524 SAN PEDRO ST', N'LOS ANGELES', N'FA0160834', N'CA', N'90003', N'OW0125772', N'HANG DY YEK', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DAILY DONUT', N'ACTIVE', N'PR0148920')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA5KYXXZ8', CAST(N'2016-03-22T00:00:00.000' AS DateTime), N'ORIENTAL HEALTH SOUP', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001003', N'4319 W 2ND ST', N'LOS ANGELES', N'FA0042646', N'CA', N'90004', N'OW0003878', N'BANG, TYAE S', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'ORIENTAL HEALTH SOUP', N'ACTIVE', N'PR0008161')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKLDXKJD', CAST(N'2017-08-29T00:00:00.000' AS DateTime), N'KIM CHUY RESTAURANT', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000360', N'727 N BROADWAY STE 103', N'LOS ANGELES', N'FA0064798', N'CA', N'90012', N'OW0006903', N'CHALIM,VOUCH ENG', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'KIM CHUY RESTAURANT', N'ACTIVE', N'PR0004286')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIHM2FDV', CAST(N'2016-04-21T00:00:00.000' AS DateTime), N'CHIPOTLE MEXICAN GRILL', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000468', N'8420 BEVERLY BLVD', N'LOS ANGELES', N'FA0222394', N'CA', N'90048-3402', N'OW0007608', N'CHIPOTLE MEXICAN GRILL, INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'CHIPOTLE MEXICAN GRILL', N'ACTIVE', N'PR0177398')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA328EV7T', CAST(N'2017-06-13T00:00:00.000' AS DateTime), N'NOODLES TIME', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000360', N'211 ALPINE ST # 7A', N'LOS ANGELES', N'FA0240105', N'CA', N'90012-4296', N'OW0236266', N'PREECHA THUAKTHAO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'NOODLES TIME', N'ACTIVE', N'PR0188111')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3V3TL12', CAST(N'2017-02-16T00:00:00.000' AS DateTime), N'LUCKY STATION', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'444 S FLOWER ST STE 130', N'LOS ANGELES', N'FA0023055', N'CA', N'90071', N'OW0032633', N'SHIN SHALLY C.', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'LUCKY STATION', N'ACTIVE', N'PR0016063')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANBPCSWD', CAST(N'2016-01-12T00:00:00.000' AS DateTime), N'THE COFFEE BEAN & TEA LEAF', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000874', N'3726 S FIGUEROA ST', N'LOS ANGELES', N'FA0060046', N'CA', N'90007', N'OW0017025', N'INTERNATIONAL COFFEE & TEA LLC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'COFFEE BEAN & TEA LEAF', N'ACTIVE', N'PR0031631')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJLYARZS', CAST(N'2015-08-05T00:00:00.000' AS DateTime), N'OASISTKOS', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000006', N'2201 W 54TH ST', N'LOS ANGELES', N'FA0164863', N'CA', N'90043', N'OW0128172', N'FERNANDO HERNANDEZ', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'OASISTKOS', N'ACTIVE', N'PR0153146')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA17GGGZA', CAST(N'2015-10-15T00:00:00.000' AS DateTime), N'LA CONVENTION CENTER', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'1201 S FIGUEROA ST', N'LOS ANGELES', N'FA0156500', N'CA', N'90015', N'OW0121804', N'LEVY PREMIUM FOOD SERVICE LP', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'LA CONVENTION CENTER GALAXY RESTAURANT - LACC', N'ACTIVE', N'PR0143275')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA1FS3GZU', CAST(N'2017-09-06T00:00:00.000' AS DateTime), N'OCEAN GROCERY MARKET', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000997', N'2632 E CESAR E CHAVEZ AVE', N'LOS ANGELES', N'FA0245518', N'CA', N'90033-3006', N'OW0240557', N'GAZI SINCERE SERVICE LLC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'OCEAN GROCERY MARKET', N'ACTIVE', N'PR0193880')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH9FUPBP', CAST(N'2017-01-31T00:00:00.000' AS DateTime), N'NISSI BAKERY', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001006', N'1900 BEVERLY BLVD # A', N'LOS ANGELES', N'FA0166417', N'CA', N'90057', N'OW0129565', N'PEDRO MARCELINO', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'NISSI BAKERY', N'INACTIVE', N'PR0156731')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZQG8ANX', CAST(N'2017-06-02T00:00:00.000' AS DateTime), N'AMIGOS', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'5611 N FIGUEROA ST STE 3', N'LOS ANGELES', N'FA0245828', N'CA', N'90042', N'OW0240809', N'MOHAMMED ALI', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'AMIGOS', N'ACTIVE', N'PR0194209')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0U3GJSU', CAST(N'2017-10-30T00:00:00.000' AS DateTime), N'EXCELLENT THAI CAFE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'1220 W 7TH ST', N'LOS ANGELES', N'FA0226209', N'CA', N'90017', N'OW0230377', N'PRAMOCH MUNGLAD', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'EXCELLENT THAI CAFE', N'ACTIVE', N'PR0181529')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAERHLUYY', CAST(N'2015-07-28T00:00:00.000' AS DateTime), N'GUI IL BUNJI', 75, N'C', 1, N'ROUTINE INSPECTION', N'EE0000946', N'3055 W 7TH ST STE C', N'LOS ANGELES', N'FA0016000', N'CA', N'90006', N'OW0025575', N'NAM, KWANG B', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'GUI IL BUNJI', N'INACTIVE', N'PR0006335')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWXW7YJO', CAST(N'2017-03-28T00:00:00.000' AS DateTime), N'LORENA PHARMACY', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000997', N'3400 WHITTIER BLVD', N'LOS ANGELES', N'FA0022418', N'CA', N'90023', N'OW0003837', N'BALL,DUDLEY & DONALD & ROGER', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'LORENA PHARMACY', N'ACTIVE', N'PR0030547')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEQKPKDU', CAST(N'2016-05-31T00:00:00.000' AS DateTime), N'LAGUNA MARKET - MEAT DEPT.', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0001006', N'2125 W 6TH ST', N'LOS ANGELES', N'FA0035200', N'CA', N'90057', N'OW0020331', N'LA CEIBA INC.', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'LAGUNA MARKET - MEAT DEPT.', N'ACTIVE', N'PR0031377')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAPQN3ROT', CAST(N'2017-06-27T00:00:00.000' AS DateTime), N'SWEETGREEN', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'11677 SAN VICENTE BLVD', N'LOS ANGELES', N'FA0244058', N'CA', N'90049', N'OW0180844', N'SWEET GREEN LA, LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'SWEETGREEN', N'ACTIVE', N'PR0192324')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6RA0YMJ', CAST(N'2015-11-04T00:00:00.000' AS DateTime), N'SIMPLE', 85, N'B', 1, N'ROUTINE INSPECTION', N'EE0000531', N'3208 W 8TH ST', N'LOS ANGELES', N'FA0048564', N'CA', N'90005', N'OW0017622', N'JIA ZEN, INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'SIMPLE', N'ACTIVE', N'PR0006446')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATX8GDUU', CAST(N'2017-08-30T00:00:00.000' AS DateTime), N'BYBLOS', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000924', N'1964 WESTWOOD BLVD STE #100', N'LOS ANGELES', N'FA0011492', N'CA', N'90025', N'OW0039141', N'WONDER NIGHT LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'BYBLOS', N'ACTIVE', N'PR0031038')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAX12HOH', CAST(N'2017-08-22T00:00:00.000' AS DateTime), N'ALL ABOUT THE BREAD', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7111 MELROSE AVE # C', N'LOS ANGELES', N'FA0003321', N'CA', N'90046', N'OW0001179', N'7111 MELROSE LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ALL ABOUT THE BREAD', N'ACTIVE', N'PR0011336')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWK232NF', CAST(N'2016-02-16T00:00:00.000' AS DateTime), N'SANCHEZ MEAT MARKET', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000707', N'4128 S WALL ST', N'LOS ANGELES', N'FA0046971', N'CA', N'90011', N'OW0031515', N'SANCHEZ MEAT MARKET INC', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'SANCHEZ MEAT MARKET', N'ACTIVE', N'PR0002365')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKR2XV9T', CAST(N'2018-03-29T00:00:00.000' AS DateTime), N'BACO MERCAT', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'408 S MAIN ST', N'LOS ANGELES', N'FA0007784', N'CA', N'90013', N'OW0022942', N'MAIN 168 PARTNERS, LP', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'BACO MERCAT', N'ACTIVE', N'PR0038916')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABOFIKQL', CAST(N'2016-06-27T00:00:00.000' AS DateTime), N'ALI HASAN', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000162', N'623 N AVENUE 64', N'LOS ANGELES', N'FA0003310', N'CA', N'90042', N'OW0011039', N'ELWIR MOHAMMED', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'ALI HASAN', N'ACTIVE', N'PR0015120')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATMU9FXO', CAST(N'2017-05-04T00:00:00.000' AS DateTime), N'JINSOL GUKBAP', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001003', N'4253 W 3RD ST', N'LOS ANGELES', N'FA0177785', N'CA', N'90020', N'OW0183683', N'JH HANGARI INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'JINSOL GUKBAP', N'ACTIVE', N'PR0170849')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA4UUF8P0', CAST(N'2017-03-15T00:00:00.000' AS DateTime), N'ORLEANS ANS YORKS FINE DELI', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000006', N'4454 W SLAUSON AVE', N'LOS ANGELES', N'FA0027196', N'CA', N'90043', N'OW0027020', N'OTAMAN SAMI', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'ORLEANS ANS YORKS FINE DELI', N'ACTIVE', N'PR0006109')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQT9YISM', CAST(N'2018-03-28T00:00:00.000' AS DateTime), N'LA ESPERANZA BAKERY', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0001073', N'252 W FLORENCE AVE', N'LOS ANGELES', N'FA0020653', N'CA', N'90003', N'OW0003284', N'ASTORGA - NEVAREZ JOSE S.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'LA ESPERANZA BAKERY', N'ACTIVE', N'PR0037558')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJVVJESN', CAST(N'2016-12-16T00:00:00.000' AS DateTime), N'OLYMPIC COLLECTION BUFFET', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11301 W OLYMPIC BLVD STE 204', N'LOS ANGELES', N'FA0043137', N'CA', N'90064', N'OW0026741', N'OLYMPIC COLLECTION INC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'OLYMPIC COLLECTION BUFFET', N'ACTIVE', N'PR0013726')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAX3GONFD', CAST(N'2018-03-19T00:00:00.000' AS DateTime), N'YEN SUSHI & SAKE BAR', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'9618 W PICO BLVD STE 509', N'LOS ANGELES', N'FA0055665', N'CA', N'90035', N'OW0023835', N'MAYC CENTURY, INC.', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'YEN SUSHI & SAKE BAR', N'ACTIVE', N'PR0040520')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATERW8EJ', CAST(N'2015-12-11T00:00:00.000' AS DateTime), N'STK/BAGATELLE', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000957', N'755 N LA CIENEGA BLVD', N'LOS ANGELES', N'FA0049644', N'CA', N'90069', N'OW0005262', N'BRIDGE HOSPITALITY, LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'STK/BAGATELLE', N'INACTIVE', N'PR0044195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA43D5RLO', CAST(N'2017-01-09T00:00:00.000' AS DateTime), N'HOLLYWOOD ROCK CAFE', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000822', N'6511 HOLLYWOOD BLVD', N'LOS ANGELES', N'FA0164076', N'CA', N'90028', N'OW0127540', N'HOLLYWOOD ROCK CAFE LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HOLLYWOOD ROCK CAFE', N'INACTIVE', N'PR0152338')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATKE9ZEY', CAST(N'2016-01-19T00:00:00.000' AS DateTime), N'MR BOBA', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000869', N'3805 W 6TH ST', N'LOS ANGELES', N'FA0179880', N'CA', N'90020', N'OW0185360', N'MR BOBA INC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'MR BOBA', N'INACTIVE', N'PR0173547')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATEZSINU', CAST(N'2015-09-08T00:00:00.000' AS DateTime), N'RICKS DRIVE IN & OUT', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'2400 FLETCHER DR', N'LOS ANGELES', N'FA0069539', N'CA', N'90039', N'OW0024399', N'MICHAELS, JOHN', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'RICKS DRIVE IN & OUT', N'ACTIVE', N'PR0022418')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAADMT6C3', CAST(N'2017-12-27T00:00:00.000' AS DateTime), N'DONUT FACTORY', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'2225 N SAN FERNANDO RD', N'LOS ANGELES', N'FA0061048', N'CA', N'90065', N'OW0016254', N'HONG LINA LIM', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'DONUT FACTORY', N'ACTIVE', N'PR0022711')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUPHED5G', CAST(N'2016-10-20T00:00:00.000' AS DateTime), N'CUSTOM HOTEL', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000733', N'8639 LINCOLN BLVD', N'LOS ANGELES', N'FA0159215', N'CA', N'90045', N'OW0124236', N'RAR, INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'CUSTOM HOTEL-HANGAR 39', N'ACTIVE', N'PR0147277')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAK5HU1GT', CAST(N'2015-07-23T00:00:00.000' AS DateTime), N'OO KOOK KOREAN BBQ STORAGE', 75, N'C', 1, N'ROUTINE INSPECTION', N'EE0000854', N'3385 W 8TH ST', N'LOS ANGELES', N'FA0067969', N'CA', N'90005', N'OW0026815', N'OO KOOK BBQ, INC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'OO KOOK KOREAN BBQ', N'ACTIVE', N'PR0018794')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH8HMB04', CAST(N'2017-03-13T00:00:00.000' AS DateTime), N'RESTAURANT AFSHAN CLASSIS', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'106 W 9TH ST', N'LOS ANGELES', N'FA0045658', N'CA', N'90015', N'OW0003200', N'ASHENA, FARAHNAZ', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'RESTAURANT AFSHAN CLASSIS', N'ACTIVE', N'PR0038120')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWXV9PUE', CAST(N'2017-01-17T00:00:00.000' AS DateTime), N'MARCE MINI MART', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000729', N'10032 S HOOVER ST', N'LOS ANGELES', N'FA0225472', N'CA', N'90044', N'OW0229734', N'ROSA I BELTRAN', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'MARCE MINI MART', N'ACTIVE', N'PR0180794')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFRCSFQN', CAST(N'2016-05-09T00:00:00.000' AS DateTime), N'SHAKEYS PIZZA PARLOR #1', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000822', N'7001 SANTA MONICA BLVD', N'LOS ANGELES', N'FA0070339', N'CA', N'90038', N'OW0031994', N'SCO, LLC SHAKEY''S PIZZA', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'SHAKEYS PIZZA PARLOR #1', N'ACTIVE', N'PR0017786')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6ZGNHC0', CAST(N'2016-08-12T00:00:00.000' AS DateTime), N'PACE', 94, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000822', N'2100 LAUREL CANYON BLVD', N'LOS ANGELES', N'FA0043420', N'CA', N'90046', N'OW0031645', N'SANDRO CORPORATION', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'PACE', N'ACTIVE', N'PR0003721')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA9CRBQZQ', CAST(N'2017-01-10T00:00:00.000' AS DateTime), N'OK MARKET', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'627 N MOTT ST', N'LOS ANGELES', N'FA0026986', N'CA', N'90033', N'OW0037461', N'VELASCO, CAMILO', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'OK MARKET', N'ACTIVE', N'PR0005087')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZQ44ZHY', CAST(N'2016-02-19T00:00:00.000' AS DateTime), N'STIR CRAZY COFFEE HOUSE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'6903 MELROSE AVE', N'LOS ANGELES', N'FA0049638', N'CA', N'90038', N'OW0036580', N'TRUCCO, DEAN A', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'STIR CRAZY COFFEE HOUSE', N'ACTIVE', N'PR0028019')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASZVY0TV', CAST(N'2015-08-05T00:00:00.000' AS DateTime), N'KIKKA @ WHOLE FOODS WESTWOOD', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000911', N'1050 GAYLEY AVE', N'LOS ANGELES', N'FA0032299', N'CA', N'90024', N'OW0017151', N'ITO, INC.', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'KIKKA-WHOLE FOODS MARKET #27', N'ACTIVE', N'PR0037739')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJGKJUKE', CAST(N'2016-06-07T00:00:00.000' AS DateTime), N'YUM YUM DONUTS #9235 STORAGE', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000828', N'700 N VINE ST', N'LOS ANGELES', N'FA0041814', N'CA', N'90038', N'OW0023350', N'MARIA P. MANRIQUEZ-CHAVEZ', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'YUM YUM DONUTS FRANCHISE', N'ACTIVE', N'PR0021423')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFV3G1PQ', CAST(N'2018-01-23T00:00:00.000' AS DateTime), N'BLOCK PARTY', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000162', N'5052 YORK BLVD', N'LOS ANGELES', N'FA0176891', N'CA', N'90042', N'OW0182885', N'BLOCK PARTY HIGHLAND PARK, LLC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'BLOCK PARTY', N'ACTIVE', N'PR0169813')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAZEJORN', CAST(N'2015-11-06T00:00:00.000' AS DateTime), N'FIX COFFEE', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'2100 ECHO PARK AVE', N'LOS ANGELES', N'FA0062112', N'CA', N'90026', N'OW0011918', N'FIX COFFEE LLC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'FIX COFFEE', N'INACTIVE', N'PR0016777')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0QV6K25', CAST(N'2015-10-02T00:00:00.000' AS DateTime), N'CHEVRON 55944', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000629', N'11951 W OLYMPIC BLVD', N'LOS ANGELES', N'FA0059613', N'CA', N'90064', N'OW0028894', N'POULDAR, BOURIS', N'FOOD MKT RETAIL (25-1,999 SF) MODERATE RISK', 1611, N'CHEVRON 55944', N'ACTIVE', N'PR0042579')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6QEYADY', CAST(N'2017-07-28T00:00:00.000' AS DateTime), N'MAMA HONG''S VIETNAMESE KITCHEN', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'11819 WILSHIRE BLVD STE 106B', N'LOS ANGELES', N'FA0163108', N'CA', N'90025', N'OW0126778', N'MAMA''S BOYS RESTAURANTS, INC.', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'MAMA HONG''S VIETNAMESE KITCHEN', N'ACTIVE', N'PR0151283')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAL9QKQYF', CAST(N'2016-08-10T00:00:00.000' AS DateTime), N'POPEYE DUMPLING AND NOODLES', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000531', N'709 S VERMONT AVE', N'LOS ANGELES', N'FA0139085', N'CA', N'90005', N'OW0102345', N'CCC GALBI, INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'POPEYE DUMPLING AND NOODLES', N'INACTIVE', N'PR0123466')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6TFCWEK', CAST(N'2017-03-15T00:00:00.000' AS DateTime), N'LOUIS JUNIOR', 87, N'B', 1, N'ROUTINE INSPECTION', N'EE0001073', N'601 E CENTURY BLVD', N'LOS ANGELES', N'FA0022896', N'CA', N'90002', N'OW0022327', N'LOUIS JR. INC.', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LOUIS JUNIOR', N'INACTIVE', N'PR0040285')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHTD877P', CAST(N'2016-05-18T00:00:00.000' AS DateTime), N'EDIBLE ARRANGEMENTS - 250', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'8453 BEVERLY BLVD', N'LOS ANGELES', N'FA0202831', N'CA', N'90048', N'OW0180446', N'CHOUDHRY EMPIRE INC', N'FOOD MKT RETAIL (25-1,999 SF) MODERATE RISK', 1611, N'EDIBLE ARRANGEMENTS - 250', N'ACTIVE', N'PR0175122')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZTVYQPB', CAST(N'2017-11-03T00:00:00.000' AS DateTime), N'CINEMARK', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000955', N'6081 CENTER DR STE 201', N'LOS ANGELES', N'FA0036978', N'CA', N'90045', N'OW0099810', N'CINEMARK USA, INC.', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'CINEMARK UPPER SATELLITE CONCESSION', N'ACTIVE', N'PR0014171')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQPWOHIA', CAST(N'2016-01-14T00:00:00.000' AS DateTime), N'TACO BELL', 88, N'B', 1, N'ROUTINE INSPECTION', N'EE0000911', N'10937 WEYBURN AVE', N'LOS ANGELES', N'FA0050188', N'CA', N'90024', N'OW0027154', N'PACIFIC COAST TACO INC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'TACO BELL', N'ACTIVE', N'PR0003738')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAGCWWLN2', CAST(N'2017-12-04T00:00:00.000' AS DateTime), N'SUPERIOR GROCERS #113', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000557', N'3600 E CESAR E CHAVEZ AVE', N'LOS ANGELES', N'FA0049848', N'CA', N'90063', N'OW0034460', N'SUPER CENTER CONCEPTS, INC', N'FOOD MKT RETAIL (2,000+ SF) HIGH RISK', 1615, N'SUPERIOR GROCERS #113 MEAT', N'ACTIVE', N'PR0017004')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUOA7RWS', CAST(N'2017-07-20T00:00:00.000' AS DateTime), N'THE CARVING BOARD', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000144', N'11676 GATEWAY BLVD', N'LOS ANGELES', N'FA0167867', N'CA', N'90064', N'OW0035493', N'THE CARVING BOARD LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'THE CARVING BOARD', N'ACTIVE', N'PR0158288')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAYPPOQI', CAST(N'2017-04-12T00:00:00.000' AS DateTime), N'EL RANCHON', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000800', N'3564 S NORMANDIE AVE', N'LOS ANGELES', N'FA0021439', N'CA', N'90007', N'OW0031774', N'SANTOS, ALEJANDRO', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'EL RANCHON', N'ACTIVE', N'PR0029155')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASLXGID0', CAST(N'2018-02-16T00:00:00.000' AS DateTime), N'STONE BAKERY/MARKET', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000729', N'6700 S CRENSHAW BLVD', N'LOS ANGELES', N'FA0049647', N'CA', N'90043', N'OW0033240', N'SMITH, ASTON', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'STONE BAKERY/MARKET', N'ACTIVE', N'PR0010701')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAN0CTZJH', CAST(N'2017-06-26T00:00:00.000' AS DateTime), N'GREEN HOUSE', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'1100 S SAN PEDRO ST # N1', N'LOS ANGELES', N'FA0026662', N'CA', N'90015', N'OW0019245', N'KIM, EUN H', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'GREEN HOUSE', N'ACTIVE', N'PR0034617')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZKVQGKL', CAST(N'2017-09-20T00:00:00.000' AS DateTime), N'LUPE''S LUNCH ROOM RESTAURANT', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000366', N'1198 MIRASOL ST', N'LOS ANGELES', N'FA0037636', N'CA', N'90023', N'OW0040166', N'ZARGOZA, JULIAN ET AL', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LUPE''S LUNCH ROOM RESTAURANT', N'ACTIVE', N'PR0021476')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMPH24VE', CAST(N'2016-07-06T00:00:00.000' AS DateTime), N'SKY BAR', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'545 S FIGUEROA ST', N'LOS ANGELES', N'FA0033346', N'CA', N'90071', N'OW0008390', N'CLUB,JONATHAN', N'RESTAURANT (61-150) SEATS MODERATE RISK', 1637, N'SKY BAR', N'ACTIVE', N'PR0018990')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAGIAY0DK', CAST(N'2015-10-06T00:00:00.000' AS DateTime), N'USC GALEN CENTER', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'3400 S FIGUEROA ST', N'LOS ANGELES', N'FA0024368', N'CA', N'90089', N'OW0002904', N'ARAMARK HIGHER EDUCATION', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'GALEN CENTER FOUNDERS CLUB', N'ACTIVE', N'PR0018095')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIP7J6BV', CAST(N'2015-09-24T00:00:00.000' AS DateTime), N'DODGER STADIUM', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'1000 VIN SCULLY AVE', N'LOS ANGELES', N'FA0019271', N'CA', N'90012', N'OW0021606', N'LEVY PREMIUM FOOD SERVICE LP', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'#751 DODGER DOG TRADITIONAL', N'ACTIVE', N'PR0001290')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWLWMGBW', CAST(N'2017-01-18T00:00:00.000' AS DateTime), N'PAT & LORRAINEIS COFFEE SHOP', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000746', N'4720 EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0044045', N'CA', N'90041', N'OW0030528', N'RODRIGUEZ, JUAN', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'PAT & LORRAINEIS COFFEE SHOP', N'ACTIVE', N'PR0027299')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DADBV07N5', CAST(N'2015-08-28T00:00:00.000' AS DateTime), N'THE VEGGIE GRILL', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000709', N'6374 W SUNSET BLVD STE #A', N'LOS ANGELES', N'FA0037704', N'CA', N'90028', N'OW0035777', N'THE VEGGIE GRILL, INC.', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'THE VEGGIE GRILL', N'ACTIVE', N'PR0038769')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZFLQM7T', CAST(N'2017-11-28T00:00:00.000' AS DateTime), N'TRIPLE 8 RESTAURANT', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000122', N'800 W OLYMPIC BLVD # 120', N'LOS ANGELES', N'FA0174143', N'CA', N'90015', N'OW0180848', N'TRIPLE 8 REST. LLC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'TRIPLE 8 RESTAURANT', N'ACTIVE', N'PR0167012')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0LT7D8E', CAST(N'2017-02-02T00:00:00.000' AS DateTime), N'CHUY''S MARKET', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000557', N'4145 E MICHIGAN AVE', N'LOS ANGELES', N'FA0163483', N'CA', N'90063', N'OW0022124', N'LOPEZ JESUS ARCEO', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'CHUY''S MARKET', N'ACTIVE', N'PR0151701')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZQUN6EQ', CAST(N'2016-01-29T00:00:00.000' AS DateTime), N'WATTS COFFEE HOUSE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000195', N'1827 E 103RD ST', N'LOS ANGELES', N'FA0040463', N'CA', N'90002', N'OW0038506', N'WATTS HEALTH SYSTEMS, INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'WATTS COFFEE HOUSE', N'ACTIVE', N'PR0026040')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZYQ72LW', CAST(N'2017-08-30T00:00:00.000' AS DateTime), N'DENNY''S RESTAURANT #2125', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3060 N SAN FERNANDO RD', N'LOS ANGELES', N'FA0060791', N'CA', N'90065', N'OW0009769', N'DENNY''S INC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'DENNY''S RESTAURANT #2125', N'ACTIVE', N'PR0037296')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATQQ0QA0', CAST(N'2016-08-10T00:00:00.000' AS DateTime), N'TRIMANA', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000375', N'1900 AVENUE OF THE STARS STE A100', N'LOS ANGELES', N'FA0177415', N'CA', N'90067', N'OW0183342', N'MARTIN CHO', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'TRIMANA', N'ACTIVE', N'PR0170410')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAYPKQLK2', CAST(N'2016-10-18T00:00:00.000' AS DateTime), N'IN-N-OUT BURGER #119', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000911', N'922 GAYLEY AVE', N'LOS ANGELES', N'FA0017989', N'CA', N'90024', N'OW0016998', N'IN-N-OUT BURGERS, INC.', N'RESTAURANT (61-150) SEATS MODERATE RISK', 1637, N'IN N OUT BURGER #119', N'ACTIVE', N'PR0029696')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0KP420J', CAST(N'2016-03-22T00:00:00.000' AS DateTime), N'MCCALL''S MEAT & FISH CO', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'2117 HILLHURST AVE', N'LOS ANGELES', N'FA0038316', N'CA', N'90027', N'OW0020671', N'L''AMI RESTAURANT, LLC', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'MCCALL''S MEAT & FISH CO', N'ACTIVE', N'PR0027097')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3MTF1Q2', CAST(N'2016-03-21T00:00:00.000' AS DateTime), N'SSCM MARKET', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000799', N'6021 COMPTON AVE', N'LOS ANGELES', N'FA0177194', N'CA', N'90001', N'OW0183152', N'MARITZA QUADALUPE MEJIA', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'SSCM MARKET', N'ACTIVE', N'PR0170157')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEF6HXMZ', CAST(N'2017-06-27T00:00:00.000' AS DateTime), N'CAVA MEZZE GRILL', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000911', N'1073 BROXTON AVE', N'LOS ANGELES', N'FA0245691', N'CA', N'90024', N'OW0239351', N'CAVA MEZZE GRILL LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'CAVA MEZZE GRILL', N'ACTIVE', N'PR0194063')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANTDIERN', CAST(N'2016-02-12T00:00:00.000' AS DateTime), N'DON PEDRO''S PALENQUE', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'4501 HUNTINGTON DR N', N'LOS ANGELES', N'FA0157974', N'CA', N'90032', N'OW0123080', N'ROSA PENTERIA', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'DON PEDRO''S PALENQUE', N'ACTIVE', N'PR0146070')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZIN5FQ6', CAST(N'2017-04-13T00:00:00.000' AS DateTime), N'IMPERIAL CHOPSTICKS', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1549 N VERMONT AVE', N'LOS ANGELES', N'FA0242612', N'CA', N'90027', N'OW0238202', N'IMPERIAL CHOPSTICKS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'IMPERIAL CHOPSTICKS', N'ACTIVE', N'PR0190804')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DADGFIOOS', CAST(N'2018-02-02T00:00:00.000' AS DateTime), N'PAILIN THAI CUISINE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000857', N'5621 HOLLYWOOD BLVD', N'LOS ANGELES', N'FA0043473', N'CA', N'90028', N'OW0023444', N'MARKKERN, CHIRAWAT', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PAILIN THAI CUISINE', N'ACTIVE', N'PR0001644')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVVK5VMT', CAST(N'2017-01-24T00:00:00.000' AS DateTime), N'FLORENCE GAS MART INC', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0001025', N'303 W FLORENCE AVE', N'LOS ANGELES', N'FA0174643', N'CA', N'90003', N'OW0181284', N'FLORENCE GAS MART INC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'FLORENCE GAS MART INC', N'ACTIVE', N'PR0167672')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXZFDA7H', CAST(N'2016-01-12T00:00:00.000' AS DateTime), N'LITTLE ETHIOPIA RESTAURANT', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000853', N'1048 S FAIRFAX AVE', N'LOS ANGELES', N'FA0022252', N'CA', N'90019', N'OW0036638', N'TSEDAL NOEL INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'LITTLE ETHIOPIA RESTAURANT', N'ACTIVE', N'PR0025086')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DADXYKFDG', CAST(N'2016-05-17T00:00:00.000' AS DateTime), N'WOLFGANG PUCK EXPRESS', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000117', N'308 WESTWOOD PLZ # 1390L', N'LOS ANGELES', N'FA0138414', N'CA', N'90024', N'OW0101772', N'UCLAWP LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'WOLFGANG PUCK EXPRESS', N'ACTIVE', N'PR0122727')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAOLSATVU', CAST(N'2016-05-14T00:00:00.000' AS DateTime), N'YOSHINOYA #1219', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000884', N'642 S ALVARADO ST', N'LOS ANGELES', N'FA0055756', N'CA', N'90057', N'OW0101581', N'YOSHINOYA AMERICA, INC.', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'YOSHINOYA BEEF BOWL', N'ACTIVE', N'PR0028245')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATBVL4LF', CAST(N'2016-07-01T00:00:00.000' AS DateTime), N'CANTER''S DELI', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'419 N FAIRFAX AVE', N'LOS ANGELES', N'FA0059112', N'CA', N'90036', N'OW0006057', N'CANTERS INC', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'CANTER''S DELI', N'ACTIVE', N'PR0044261')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DARBXBOQJ', CAST(N'2016-05-27T00:00:00.000' AS DateTime), N'FLAME BROILER TRBK #80', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000733', N'8730 1/4 S SEPULVEDA BLVD', N'LOS ANGELES', N'FA0023270', N'CA', N'90045', N'OW0036921', N'UNITED VJ INC.', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'FLAME BROILER TRBK #80', N'ACTIVE', N'PR0002002')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAO1CPVT', CAST(N'2016-09-08T00:00:00.000' AS DateTime), N'ICHIBAN OF TOKYO', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 106', N'LOS ANGELES', N'FA0063821', N'CA', N'90012', N'OW0019494', N'KIM, SUSAN JONGSUN', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'ICHIBAN OF TOKYO', N'ACTIVE', N'PR0015815')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA21EKKC5', CAST(N'2015-10-30T00:00:00.000' AS DateTime), N'HOTEL SOFITEL L A RESTAURANT', 90, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000957', N'8555 W BEVERLY BLVD', N'LOS ANGELES', N'FA0063714', N'CA', N'90048', N'OW0022271', N'LOS ANGELES MAISON INC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'HOTEL SOFITEL L A RESTAURANT', N'ACTIVE', N'PR0010977')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAO8YGAGY', CAST(N'2016-09-06T00:00:00.000' AS DateTime), N'USC GALEN CENTER', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'3400 S FIGUEROA ST', N'LOS ANGELES', N'FA0024368', N'CA', N'90089', N'OW0002904', N'ARAMARK HIGHER EDUCATION', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'GALEN CENTER-EVENT GRILL', N'ACTIVE', N'PR0026107')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVPD2WXO', CAST(N'2016-02-09T00:00:00.000' AS DateTime), N'DEL REY LIQUOR', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0001064', N'8503 S VERMONT AVE', N'LOS ANGELES', N'FA0167157', N'CA', N'90044-3425', N'OW0100369', N'GIFTII SHIFERAW JATE', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'DEL REY LIQUOR', N'ACTIVE', N'PR0157507')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABMRGAUM', CAST(N'2016-05-16T00:00:00.000' AS DateTime), N'TACOS EL UNICO', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000729', N'6650 S CRENSHAW BLVD', N'LOS ANGELES', N'FA0036147', N'CA', N'90018', N'OW0031601', N'SANCHEZ, MANUEL E', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'TACOS EL UNICO', N'ACTIVE', N'PR0009197')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA00ATT2D', CAST(N'2016-10-06T00:00:00.000' AS DateTime), N'FIVE STAR CHINESE FOOD', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000740', N'2706 N BROADWAY', N'LOS ANGELES', N'FA0062108', N'CA', N'90031', N'OW0007348', N'CHEN YANZHEN', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'FIVE STAR CHINESE FOOD', N'ACTIVE', N'PR0012755')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZVZSMH3', CAST(N'2017-10-30T00:00:00.000' AS DateTime), N'SOUPLANTATION', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'11911 SAN VICENTE BLVD STE 116', N'LOS ANGELES', N'FA0245109', N'CA', N'90049', N'OW0240226', N'GARDEN FRESH RESTAURANTS, LLC', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'SOUPLANTATION', N'ACTIVE', N'PR0193485')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA7XYDTWV', CAST(N'2017-09-26T00:00:00.000' AS DateTime), N'LUPE''S TACO STAND', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0001049', N'4642 E 3RD ST', N'LOS ANGELES', N'FA0037638', N'CA', N'90022', N'OW0006269', N'CARRILLO, JOHN ANTHONY', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LUPE''S TACO STAND', N'ACTIVE', N'PR0035581')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHZWAM9W', CAST(N'2015-12-01T00:00:00.000' AS DateTime), N'EL RINCON DE LAS DELICIAS', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0001025', N'5810 S NORMANDIE AVE STE #1B', N'LOS ANGELES', N'FA0012633', N'CA', N'90044', N'OW0026880', N'ORELLANA, MARIA SALOME', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'EL RINCON DE LAS DELICIAS', N'INACTIVE', N'PR0000117')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAM6G6UTH', CAST(N'2016-05-31T00:00:00.000' AS DateTime), N'CARNICERIA LA OAXAQUENA', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000854', N'3701 W PICO BLVD', N'LOS ANGELES', N'FA0013280', N'CA', N'90019', N'OW0006224', N'CARNICERIA LA OAXAQUENA, INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CARNICERIA LA OAXAQUENA', N'ACTIVE', N'PR0021738')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA04JN3OX', CAST(N'2016-11-18T00:00:00.000' AS DateTime), N'FRANKLIN 76', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000697', N'6051 FRANKLIN AVE', N'LOS ANGELES', N'FA0062291', N'CA', N'90028', N'OW0039975', N'YRT INC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'FRANKLIN 76', N'ACTIVE', N'PR0038909')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0861139', CAST(N'2017-05-26T00:00:00.000' AS DateTime), N'99 CENTS ONLY STORE #0375', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0000955', N'6921 LA TIJERA BLVD', N'LOS ANGELES', N'FA0138249', N'CA', N'90045', N'OW0001414', N'99 CENT ONLY STORES, LLC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'99 CENTS ONLY STORES #0375', N'ACTIVE', N'PR0122526')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMRDIXCE', CAST(N'2016-02-25T00:00:00.000' AS DateTime), N'MOJO', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'8051 BEVERLY BLVD', N'LOS ANGELES', N'FA0138412', N'CA', N'90048', N'OW0101770', N'JOHNSON & SHADLE, LLC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'MOJO', N'ACTIVE', N'PR0122725')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABFMFDH3', CAST(N'2017-05-10T00:00:00.000' AS DateTime), N'TAVERN', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000727', N'11648 SAN VICENTE BLVD', N'LOS ANGELES', N'FA0036590', N'CA', N'90049', N'OW0034151', N'SUCAR, INC.', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'TAVERN', N'ACTIVE', N'PR0015696')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0FNTTNN', CAST(N'2016-01-25T00:00:00.000' AS DateTime), N'DON LENCHO', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000729', N'6119 S NORMANDIE AVE', N'LOS ANGELES', N'FA0019520', N'CA', N'90044', N'OW0006623', N'CEBALLOS, PAULA', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'DON LENCHO', N'ACTIVE', N'PR0015178')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABSCQM5B', CAST(N'2015-09-15T00:00:00.000' AS DateTime), N'PHORAGE', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000015', N'3300 OVERLAND AVE STE 105', N'LOS ANGELES', N'FA0068050', N'CA', N'90034', N'OW0100101', N'CHEUNG, PERRY', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'', N'ACTIVE', N'PR0048044')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANYAXWN1', CAST(N'2016-02-12T00:00:00.000' AS DateTime), N'HARRIS MARKET', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000195', N'10624 JUNIPER ST', N'LOS ANGELES', N'FA0027836', N'CA', N'90002', N'OW0032589', N'SHIELDS, BEVERLY L', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'HARRIS MARKET', N'INACTIVE', N'PR0035788')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJKOQTOO', CAST(N'2016-05-11T00:00:00.000' AS DateTime), N'WESTIN LAKEVIEW BISTRO', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'404 S FIGUEROA ST LBBY LOBBY', N'LOS ANGELES', N'FA0073897', N'CA', N'90071', N'OW0016394', N'HOTEL BONAVENTURE LTD PARTNE', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'WESTIN LAKEVIEW BISTRO', N'ACTIVE', N'PR0022795')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASJI4LUR', CAST(N'2017-12-29T00:00:00.000' AS DateTime), N'STREET CHURROS', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6801 HOLLYWOOD BLVD # 253', N'LOS ANGELES', N'FA0224109', N'CA', N'90028', N'OW0228670', N'STREETCHURROS, INC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'STREET CHURROS', N'ACTIVE', N'PR0179282')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAN8ZCKX0', CAST(N'2016-12-01T00:00:00.000' AS DateTime), N'STREET CHURROS', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6801 HOLLYWOOD BLVD # 253', N'LOS ANGELES', N'FA0224109', N'CA', N'90028', N'OW0228670', N'STREETCHURROS, INC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'STREET CHURROS', N'ACTIVE', N'PR0179282')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMRHB5OS', CAST(N'2016-06-16T00:00:00.000' AS DateTime), N'STREET CHURROS', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6801 HOLLYWOOD BLVD # 253', N'LOS ANGELES', N'FA0224109', N'CA', N'90028', N'OW0228670', N'STREETCHURROS, INC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'STREET CHURROS', N'ACTIVE', N'PR0179282')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJ00E07B', CAST(N'2017-12-29T00:00:00.000' AS DateTime), N'HABITAT COFFEE SHOP', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3708 N EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0170465', N'CA', N'90065', N'OW0178123', N'GLASSELL COFFEE SHOP LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HABITAT COFFEE SHOP', N'ACTIVE', N'PR0160774')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAA0AJ0WC', CAST(N'2016-07-12T00:00:00.000' AS DateTime), N'STARBUCKS COFFEE', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'300 WORLD WAY', N'LOS ANGELES', N'FA0049341', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (31-60) SEATS LOW RISK', 1633, N'STARBUCKS COFFEE', N'INACTIVE', N'PR0007377')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0UEVGFC', CAST(N'2017-05-09T00:00:00.000' AS DateTime), N'HABITAT COFFEE SHOP', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3708 N EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0170465', N'CA', N'90065', N'OW0178123', N'GLASSELL COFFEE SHOP LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HABITAT COFFEE SHOP', N'ACTIVE', N'PR0160774')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAPBHJLLF', CAST(N'2016-07-05T00:00:00.000' AS DateTime), N'HABITAT COFFEE SHOP', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3708 N EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0170465', N'CA', N'90065', N'OW0178123', N'GLASSELL COFFEE SHOP LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HABITAT COFFEE SHOP', N'ACTIVE', N'PR0160774')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACSKA8GC', CAST(N'2016-03-22T00:00:00.000' AS DateTime), N'HABITAT COFFEE SHOP', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3708 N EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0170465', N'CA', N'90065', N'OW0178123', N'GLASSELL COFFEE SHOP LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HABITAT COFFEE SHOP', N'ACTIVE', N'PR0160774')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWPRXR8D', CAST(N'2016-01-11T00:00:00.000' AS DateTime), N'HABITAT COFFEE SHOP', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'3708 N EAGLE ROCK BLVD', N'LOS ANGELES', N'FA0170465', N'CA', N'90065', N'OW0178123', N'GLASSELL COFFEE SHOP LLC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'HABITAT COFFEE SHOP', N'ACTIVE', N'PR0160774')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAYDBCC06', CAST(N'2017-02-01T00:00:00.000' AS DateTime), N'GUATEMALTECA BAKERY', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0001003', N'4032 BEVERLY BLVD', N'LOS ANGELES', N'FA0171210', N'CA', N'90004', N'OW0130817', N'DANNY''S BAKERY INC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'GUATEMALTECA BAKERY', N'ACTIVE', N'PR0161058')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUPRAYTL', CAST(N'2016-02-02T00:00:00.000' AS DateTime), N'GUATEMALTECA BAKERY', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0001003', N'4032 BEVERLY BLVD', N'LOS ANGELES', N'FA0171210', N'CA', N'90004', N'OW0130817', N'DANNY''S BAKERY INC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'GUATEMALTECA BAKERY', N'ACTIVE', N'PR0161058')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQOADCKZ', CAST(N'2016-01-06T00:00:00.000' AS DateTime), N'BIBIGO-REMOTE STORAGE', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000375', N'10250 SANTA MONICA BLVD SECIO', N'LOS ANGELES', N'FA0009488', N'CA', N'90067', N'OW0008289', N'CJ BAKERY INC.', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'BIBIGO-REMOTE STORAGE', N'INACTIVE', N'PR0032144')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABOL45AK', CAST(N'2018-03-02T00:00:00.000' AS DateTime), N'GUATEMALTECA BAKERY', 99, N'A', 1, N'ROUTINE INSPECTION', N'EE0001003', N'4032 BEVERLY BLVD', N'LOS ANGELES', N'FA0171210', N'CA', N'90004', N'OW0130817', N'DANNY''S BAKERY INC', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'GUATEMALTECA BAKERY', N'ACTIVE', N'PR0161058')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIFC4FA9', CAST(N'2016-03-15T00:00:00.000' AS DateTime), N'ISLAND PACIFIC SUPERMARKET', 88, N'B', 1, N'ROUTINE INSPECTION', N'EE0000893', N'627 N VERMONT AVE', N'LOS ANGELES', N'FA0030371', N'CA', N'90004', N'OW0017118', N'ISLAND PACIFIC ENTERPRISES', N'FOOD MKT RETAIL (2,000+ SF) HIGH RISK', 1615, N'ISLAND PACIFIC SUPERMARKET', N'ACTIVE', N'PR0006907')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATT3BKHN', CAST(N'2016-04-18T00:00:00.000' AS DateTime), N'LATINO MARKET', 85, N'B', 1, N'ROUTINE INSPECTION', N'EE0000884', N'2168 VENICE BLVD', N'LOS ANGELES', N'FA0035449', N'CA', N'90006', N'OW0010077', N'DIMAS, JUAN MARTINEZ', N'FOOD MKT RETAIL (2,000+ SF) HIGH RISK', 1615, N'LATINO MARKET', N'ACTIVE', N'PR0012291')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAPRCSTBQ', CAST(N'2018-02-07T00:00:00.000' AS DateTime), N'PICK-UP STIX', 92, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000633', N'200 WORLD WAY T236', N'LOS ANGELES', N'FA0174394', N'CA', N'90045', N'OW0009036', N'CREWS OF CALIFORNIA, INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'PICK-UP STIX', N'ACTIVE', N'PR0167293')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHSKDI2K', CAST(N'2016-01-20T00:00:00.000' AS DateTime), N'FOOD AND BOUNTY', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'400 WORLD WAY', N'LOS ANGELES', N'FA0165596', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'FOOD AND BOUNTY', N'ACTIVE', N'PR0153924')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA9H2YS24', CAST(N'2016-01-08T00:00:00.000' AS DateTime), N'LITTLE SAN SALVADOR REST', 83, N'B', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000912', N'901 N WESTERN AVE STE #3', N'LOS ANGELES', N'FA0035366', N'CA', N'90029', N'OW0024423', N'MICROSELF INC. ANA RAMOS PRE', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'LITTLE SAN SALVADOR REST', N'ACTIVE', N'PR0035020')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0NJNGFD', CAST(N'2017-08-04T00:00:00.000' AS DateTime), N'BROOKLYN PIZZA AND PASTA', 72, N'C', 1, N'ROUTINE INSPECTION', N'EE0000727', N'9228 W PICO BLVD', N'LOS ANGELES', N'FA0011004', N'CA', N'90035', N'OW0017537', N'JELLY FISH INC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'BROOKLYN PIZZA AND PASTA', N'INACTIVE', N'PR0002718')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFIHYFQZ', CAST(N'2015-08-21T00:00:00.000' AS DateTime), N'CALIFORNIA MEXICAN GRILL', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11106 W OLYMPIC BLVD', N'LOS ANGELES', N'FA0012521', N'CA', N'90064', N'OW0005900', N'CAMACHO, OSCAR FLORES', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CALIFORNIA MEXICAN GRILL', N'ACTIVE', N'PR0034895')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHIFMWFU', CAST(N'2018-02-15T00:00:00.000' AS DateTime), N'UMAMI BURGER', 88, N'B', 1, N'ROUTINE INSPECTION', N'EE0000633', N'380 WORLD WAY T30', N'LOS ANGELES', N'FA0138169', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'UMAMI BURGER', N'ACTIVE', N'PR0122413')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA54I3KEF', CAST(N'2017-03-01T00:00:00.000' AS DateTime), N'FRANCOISA BAKERY', 72, N'C', 1, N'ROUTINE INSPECTION', N'EE0000740', N'1015 S WALL ST STE #117', N'LOS ANGELES', N'FA0062283', N'CA', N'90015', N'OW0003214', N'ASHLIAN INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'FRANCOISA BAKERY', N'ACTIVE', N'PR0042947')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMXPYFZT', CAST(N'2016-07-06T00:00:00.000' AS DateTime), N'RANCHO ZAPOTILLO ( MEAT MARK', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000557', N'3003 WABASH AVE', N'LOS ANGELES', N'FA0030028', N'CA', N'90063', N'OW0022194', N'LOPEZ, MARICELA', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'RANCHO ZAPOTILLO ( MEAT MARK', N'ACTIVE', N'PR0034266')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA00H28DI', CAST(N'2016-01-27T00:00:00.000' AS DateTime), N'LEMONADE', 93, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000122', N'500 WORLD WAY #5A', N'LOS ANGELES', N'FA0065653', N'CA', N'90045', N'OW0009036', N'CREWS OF CALIFORNIA, INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'LEMONADE', N'ACTIVE', N'PR0009104')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALDTBB1M', CAST(N'2015-09-22T00:00:00.000' AS DateTime), N'STARBUCKS EVENING', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'380 WORLD WAY T61', N'LOS ANGELES', N'FA0138170', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (31-60) SEATS LOW RISK', 1633, N'STARBUCKS EVENING', N'ACTIVE', N'PR0122414')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAN6Q8560', CAST(N'2018-02-23T00:00:00.000' AS DateTime), N'UMAMI BURGER', 95, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000633', N'380 WORLD WAY T30', N'LOS ANGELES', N'FA0138169', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'UMAMI BURGER', N'ACTIVE', N'PR0122413')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3YKNNH7', CAST(N'2016-06-20T00:00:00.000' AS DateTime), N'KAJU UDON', 86, N'B', 1, N'ROUTINE INSPECTION', N'EE0000722', N'4317 W BEVERLY BLVD', N'LOS ANGELES', N'FA0019591', N'CA', N'90004', N'OW0004583', N'BEVERLY WORLD INDUSTRIES INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'KAJU UDON', N'INACTIVE', N'PR0011187')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0D3CGLI', CAST(N'2016-03-02T00:00:00.000' AS DateTime), N'SIMPLE', 73, N'C', 1, N'ROUTINE INSPECTION', N'EE0000531', N'3208 W 8TH ST', N'LOS ANGELES', N'FA0048564', N'CA', N'90005', N'OW0017622', N'JIA ZEN, INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'SIMPLE', N'ACTIVE', N'PR0006446')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWVLBRHF', CAST(N'2016-01-13T00:00:00.000' AS DateTime), N'CHINESE HOUSE HAOCHI', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000699', N'3280 W 6TH ST', N'LOS ANGELES', N'FA0014861', N'CA', N'90020', N'OW0021348', N'LEE, SANG WOO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CHINESE HOUSE HAOCHI', N'ACTIVE', N'PR0005242')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH0MH5XB', CAST(N'2015-08-31T00:00:00.000' AS DateTime), N'KAJU UDON', 73, N'C', 1, N'ROUTINE INSPECTION', N'EE0000722', N'4317 W BEVERLY BLVD', N'LOS ANGELES', N'FA0019591', N'CA', N'90004', N'OW0004583', N'BEVERLY WORLD INDUSTRIES INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'KAJU UDON', N'INACTIVE', N'PR0011187')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEM5UXPI', CAST(N'2017-04-20T00:00:00.000' AS DateTime), N'CARNICERIA LA OAXAQUENA', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000854', N'3307 W PICO BLVD', N'LOS ANGELES', N'FA0137536', N'CA', N'90019', N'OW0006224', N'CARNICERIA LA OAXAQUENA, INC', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'', N'ACTIVE', N'PR0121637')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFIH0P7K', CAST(N'2018-03-29T00:00:00.000' AS DateTime), N'CAFE SPOT', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000699', N'3324 W 6TH ST # C', N'LOS ANGELES', N'FA0006958', N'CA', N'90020', N'OW0036616', N'TS INVESTMENTS, INC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'CAFE SPOT', N'ACTIVE', N'PR0004050')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACZN1UZN', CAST(N'2018-03-29T00:00:00.000' AS DateTime), N'FLOR BLANCA', 92, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0001026', N'4400 S BROADWAY', N'LOS ANGELES', N'FA0062132', N'CA', N'90037', N'OW0037114', N'VALDIVIA, EDWIN', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'FLOR BLANCA', N'ACTIVE', N'PR0027778')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6O80PTP', CAST(N'2017-03-16T00:00:00.000' AS DateTime), N'THE TALPA', 70, N'C', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11751 W PICO BLVD', N'LOS ANGELES', N'FA0051788', N'CA', N'90064', N'OW0035755', N'THE TALPA INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'THE TALPA', N'ACTIVE', N'PR0003140')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAX2TKJTU', CAST(N'2016-11-01T00:00:00.000' AS DateTime), N'ROLLING STONE SPACE 7C', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'700 WORLD WAY', N'LOS ANGELES', N'FA0241558', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'ROLLING STONE SPACE 7C', N'ACTIVE', N'PR0189681')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAU4Y7OQP', CAST(N'2017-06-14T00:00:00.000' AS DateTime), N'SUNSET EXPRESS', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'5070 W SUNSET BLVD', N'LOS ANGELES', N'FA0177549', N'CA', N'90027', N'OW0183465', N'YAM''S INCORPORATED', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'SUNSET EXPRESS', N'ACTIVE', N'PR0170571')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASVCRV0E', CAST(N'2016-10-28T00:00:00.000' AS DateTime), N'VANILLA BAKESHOP', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'380 WORLD WAY T55', N'LOS ANGELES', N'FA0138171', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'VANILLA BAKESHOP', N'ACTIVE', N'PR0122415')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALMFZEFU', CAST(N'2017-04-04T00:00:00.000' AS DateTime), N'THE KITCHEN COUNTER', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'600 WORLD WAY', N'LOS ANGELES', N'FA0241579', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'THE KITCHEN COUNTER', N'ACTIVE', N'PR0189707')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQOHWUBI', CAST(N'2018-01-22T00:00:00.000' AS DateTime), N'PANDA EXPRESS', 82, N'B', 1, N'ROUTINE INSPECTION', N'EE0000122', N'800 WORLD WAY # A1-16', N'LOS ANGELES', N'FA0248502', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PANDA EXPRESS', N'ACTIVE', N'PR0197162')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA400F6YP', CAST(N'2017-10-23T00:00:00.000' AS DateTime), N'EL DIABLO ANTOJITOS MEXICANOS', 70, N'C', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4501 S ALAMEDA ST', N'LOS ANGELES', N'FA0176826', N'CA', N'90058', N'OW0182825', N'CARVAJAL & BROTHERS RESTAURANT', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'EL DIABLO ANTOJITOS MEXICANOS', N'ACTIVE', N'PR0169739')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA1QTQRY0', CAST(N'2017-04-18T00:00:00.000' AS DateTime), N'EL CEMITERO PLOBLANO', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000997', N'510 S LORENA ST', N'LOS ANGELES', N'FA0160443', N'CA', N'90063-3144', N'OW0125407', N'JUAN CARLOS ANTONIO-PELCASTRE', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'EL CEMITERO PLOBLANO', N'ACTIVE', N'PR0148535')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAY7BF49Z', CAST(N'2016-06-29T00:00:00.000' AS DateTime), N'NAM WON GOL', 81, N'B', 1, N'ROUTINE INSPECTION', N'EE0000854', N'3623 W PICO BLVD', N'LOS ANGELES', N'FA0067397', N'CA', N'90005', N'OW0006880', N'CHAI, CHAN SOON', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'NAM WON GOL', N'ACTIVE', N'PR0041234')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVYJTUEV', CAST(N'2017-06-20T00:00:00.000' AS DateTime), N'CARNICERIA LA OAXAQUENA', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000854', N'3701 W PICO BLVD', N'LOS ANGELES', N'FA0013280', N'CA', N'90019', N'OW0006224', N'CARNICERIA LA OAXAQUENA, INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CARNICERIA LA OAXAQUENA', N'ACTIVE', N'PR0021738')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIEYA00Y', CAST(N'2015-11-25T00:00:00.000' AS DateTime), N'CHAYA SUSHI', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'380 WORLD WAY T44', N'LOS ANGELES', N'FA0138165', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CHAYA SUSHI', N'ACTIVE', N'PR0122409')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA80TUGWP', CAST(N'2016-08-02T00:00:00.000' AS DateTime), N'LAS PALMITAS FRUIT #4', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000557', N'3691 E 3RD ST', N'LOS ANGELES', N'FA0035432', N'CA', N'90063', N'OW0020819', N'LAS PALMITAS FRESH FRUIT INC.', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LAS PALMITAS FRUIT #4', N'ACTIVE', N'PR0022233')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUH8FDSV', CAST(N'2015-08-06T00:00:00.000' AS DateTime), N'STARBUCKS COFFEE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000633', N'100 WORLD WAY', N'LOS ANGELES', N'FA0049340', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'STARBUCKS COFFEE', N'INACTIVE', N'PR0038894')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHLFV4PZ', CAST(N'2016-03-28T00:00:00.000' AS DateTime), N'DURANGO RESTAURANT', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000958', N'11227 S FIGUEROA ST', N'LOS ANGELES', N'FA0061187', N'CA', N'90061', N'OW0022845', N'MAGDALENO, RAFAEL', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'DURANGO RESTAURANT', N'ACTIVE', N'PR0008919')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVQKK25F', CAST(N'2017-08-23T00:00:00.000' AS DateTime), N'FOOD HAUS CAFE', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'2106 S OLIVE ST', N'LOS ANGELES', N'FA0159984', N'CA', N'90007', N'OW0124972', N'FOOD HAUS CAFE INC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'FOOD HAUS CAFE', N'ACTIVE', N'PR0148065')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABL1HREO', CAST(N'2017-03-23T00:00:00.000' AS DateTime), N'NATIONAL BAKING CO', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000884', N'2661 W PICO BLVD', N'LOS ANGELES', N'FA0026093', N'CA', N'90006', N'OW0036168', N'TON SONNY', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'NATIONAL BAKING CO', N'ACTIVE', N'PR0019661')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAE6M32LL', CAST(N'2018-03-01T00:00:00.000' AS DateTime), N'CHAYA SUSHI', 77, N'C', 1, N'ROUTINE INSPECTION', N'EE0000633', N'380 WORLD WAY T44', N'LOS ANGELES', N'FA0138165', N'CA', N'90045', N'OW0016382', N'HOST INTERNATIONAL INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'CHAYA SUSHI', N'ACTIVE', N'PR0122409')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIA7KS01', CAST(N'2017-02-28T00:00:00.000' AS DateTime), N'SLAUSON FISH MARKET', 74, N'C', 1, N'ROUTINE INSPECTION', N'EE0000729', N'3420 W SLAUSON AVE STE H', N'LOS ANGELES', N'FA0046732', N'CA', N'90043', N'OW0017620', N'JI, KIL HO', N'FOOD MKT RETAIL (25-1,999 SF) HIGH RISK', 1612, N'SLAUSON FISH MARKET', N'INACTIVE', N'PR0024863')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA70T93XF', CAST(N'2016-01-27T00:00:00.000' AS DateTime), N'SAMOSA HOUSE', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000733', N'11510 W WASHINGTON BLVD', N'LOS ANGELES', N'FA0046826', N'CA', N'90066', N'OW0035737', N'THE SPICES BOX INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'SAMOSA HOUSE RESTAURANT', N'ACTIVE', N'PR0119863')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAPVLLCVA', CAST(N'2016-05-31T00:00:00.000' AS DateTime), N'EL OAXAQUENO BAKERY', 81, N'B', 1, N'ROUTINE INSPECTION', N'EE0000997', N'509 S INDIANA ST', N'LOS ANGELES', N'FA0003256', N'CA', N'90063', N'OW0009131', N'CRUZ-MARTINEZ, FRANCISCO', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'EL OAXAQUENO BAKERY', N'ACTIVE', N'PR0010405')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUWDOVE8', CAST(N'2016-01-27T00:00:00.000' AS DateTime), N'ESTRADA AND SONS PRODUCE', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001049', N'751 S KERN AVE', N'LOS ANGELES', N'FA0022165', N'CA', N'90022', N'OW0026173', N'NOIASCO, VICTOR', N'FOOD MKT RETAIL (25-1,999 SF) MODERATE RISK', 1611, N'ESTRADA AND SONS PRODUCE', N'ACTIVE', N'PR0020847')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA7MAGEN5', CAST(N'2017-11-02T00:00:00.000' AS DateTime), N'PA ORD NOODLE', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'7075 W SUNSET BLVD', N'LOS ANGELES', N'FA0163712', N'CA', N'90028', N'OW0127268', N'YOOTTHANA BAMRUNGKHET', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PA ORD NOODLE', N'ACTIVE', N'PR0151942')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXKGD5LO', CAST(N'2015-08-19T00:00:00.000' AS DateTime), N'A B C EXPRESS', 86, N'B', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1822 W 7TH ST', N'LOS ANGELES', N'FA0056952', N'CA', N'90057', N'OW0039478', N'YAM''S INCORPORATED', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'A B C EXPRESS', N'ACTIVE', N'PR0000547')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH0YPY4N', CAST(N'2017-03-29T00:00:00.000' AS DateTime), N'AUTENTICO SABOR CASERO', 79, N'C', 1, N'ROUTINE INSPECTION', N'EE0001064', N'7526 S HOOVER ST', N'LOS ANGELES', N'FA0023832', N'CA', N'90044', N'OW0100239', N'GARDUNO, ROBERTO ROJAS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'AUTENTICO SABOR CASERO', N'ACTIVE', N'PR0031796')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAHNK45RA', CAST(N'2017-06-29T00:00:00.000' AS DateTime), N'TACOS GALAN', 75, N'C', 1, N'ROUTINE INSPECTION', N'EE0001025', N'6707 S BROADWAY', N'LOS ANGELES', N'FA0244120', N'CA', N'90003-1844', N'OW0239348', N'GENDRI AUGUSTO GALEN CASTELLON', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TACOS GALAN', N'ACTIVE', N'PR0192387')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH0S8L1Z', CAST(N'2016-03-16T00:00:00.000' AS DateTime), N'MARISCOS EL DIABLO', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4501 S ALAMEDA ST # W-11', N'LOS ANGELES', N'FA0176829', N'CA', N'90058', N'OW0182825', N'CARVAJAL & BROTHERS RESTAURANT', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'MARISCOS EL DIABLO', N'ACTIVE', N'PR0169742')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJ6DGZIM', CAST(N'2015-09-10T00:00:00.000' AS DateTime), N'SILVER LAKE JUICE BAR', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'2813 W SUNSET BLVD', N'LOS ANGELES', N'FA0048476', N'CA', N'90026', N'OW0017618', N'JI, BABA', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'SILVER LAKE JUICE BAR', N'INACTIVE', N'PR0015112')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIWV7QJS', CAST(N'2015-08-12T00:00:00.000' AS DateTime), N'KLATCH COFFEE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000122', N'700 WORLD WAY # T7J', N'LOS ANGELES', N'FA0064886', N'CA', N'90045', N'OW0009036', N'CREWS OF CALIFORNIA, INC', N'RESTAURANT (31-60) SEATS MODERATE RISK', 1634, N'KLATCH COFFEE', N'ACTIVE', N'PR0013339')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAX0ZHMK5', CAST(N'2016-04-27T00:00:00.000' AS DateTime), N'HABIBI CAFE & LOUNGE', 84, N'B', 1, N'ROUTINE INSPECTION', N'EE0000911', N'923 BROXTON AVE', N'LOS ANGELES', N'FA0027255', N'CA', N'90024', N'OW0011675', N'FATHI SAAD', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'HABIBI CAFE & LOUNGE', N'ACTIVE', N'PR0012092')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABOMTVP9', CAST(N'2017-11-30T00:00:00.000' AS DateTime), N'SAKURA RESTAURANT WAREHOUSE', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000953', N'4543 S CENTINELA AVE', N'LOS ANGELES', N'FA0047373', N'CA', N'90066', N'OW0036339', N'TOYA, JANIS', N'RESTAURANT (0-30) SEATS LOW RISK', 1630, N'SAKURA RESTAURANT WAREHOUSE', N'ACTIVE', N'PR0005284')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA7HKLCP1', CAST(N'2017-10-11T00:00:00.000' AS DateTime), N'LOS POBLANOS RESTAURANTE', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000800', N'1433 W JEFFERSON BLVD', N'LOS ANGELES', N'FA0035885', N'CA', N'90018', N'OW0037663', N'VICTORINO TEYUCA', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LOS POBLANOS RESTAURANTE', N'ACTIVE', N'PR0039400')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZ3C0FNA', CAST(N'2017-05-26T00:00:00.000' AS DateTime), N'DENNY''S RESTAURANT #7757', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'3740 CRENSHAW BLVD', N'LOS ANGELES', N'FA0060787', N'CA', N'90016', N'OW0007968', N'CHUKA FOODS', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'DENNY''S RESTAURANT #7757', N'ACTIVE', N'PR0003421')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAW6X9WHB', CAST(N'2017-05-17T00:00:00.000' AS DateTime), N'PANDA CHINESE RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'4032 S WESTERN AVE', N'LOS ANGELES', N'FA0068234', N'CA', N'90062', N'OW0018189', N'K & D CHINESE FAST FOOD INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PANDA CHINESE RESTAURANT', N'ACTIVE', N'PR0017135')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0845321', CAST(N'2017-05-05T00:00:00.000' AS DateTime), N'ELYSIAN RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000523', N'2806 CLEARWATER ST', N'LOS ANGELES', N'FA0158891', N'CA', N'90039', N'OW0123938', N'ELYSIAN LLC', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'ELYSIAN RESTAURANT', N'ACTIVE', N'PR0146971')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0769732', CAST(N'2017-02-01T00:00:00.000' AS DateTime), N'CANCUN RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000950', N'5219 E BEVERLY BLVD', N'LOS ANGELES', N'FA0012815', N'CA', N'90022', N'OW0028703', N'MARGARITA R. PLATON', N'RESTAURANT (31-60) SEATS LOW RISK', 1633, N'CANCUN RESTAURANT', N'ACTIVE', N'PR0022877')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABIFI10F', CAST(N'2016-12-14T00:00:00.000' AS DateTime), N'PANDA CHINESE RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'4032 S WESTERN AVE', N'LOS ANGELES', N'FA0068234', N'CA', N'90062', N'OW0018189', N'K & D CHINESE FAST FOOD INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PANDA CHINESE RESTAURANT', N'ACTIVE', N'PR0017135')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0732819', CAST(N'2016-12-11T00:00:00.000' AS DateTime), N'NENA RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0001026', N'1804 E VERNON AVE # D-51', N'LOS ANGELES', N'FA0067478', N'CA', N'90058', N'OW0026545', N'MARIA E. OCHOA', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'NENA RESTAURANT', N'ACTIVE', N'PR0022857')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAH1UVE0U', CAST(N'2016-12-01T00:00:00.000' AS DateTime), N'B.L. RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'617 W 7TH ST', N'LOS ANGELES', N'FA0164787', N'CA', N'90017', N'OW0128102', N'BHFC OPERATING LLC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'B.L. RESTAURANT', N'ACTIVE', N'PR0153075')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJXS1KG0', CAST(N'2016-11-03T00:00:00.000' AS DateTime), N'LA FUENTE RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000923', N'5530 MONTE VISTA ST', N'LOS ANGELES', N'FA0020855', N'CA', N'90042', N'OW0031788', N'SAPIEN,JOSE A V&MARTHA M DBA', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'LA FUENTE RESTAURANT', N'ACTIVE', N'PR0011374')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA1SSC6PA', CAST(N'2016-11-02T00:00:00.000' AS DateTime), N'LOS ARCOS RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000950', N'5719 E WHITTIER BLVD', N'LOS ANGELES', N'FA0065926', N'CA', N'90022', N'OW0004107', N'BAUTISTA, ADOLFO', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'LOS ARCOS RESTAURANT', N'ACTIVE', N'PR0016276')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJH28NYZ', CAST(N'2016-09-16T00:00:00.000' AS DateTime), N'LEONARDO''S RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000799', N'6611 S ALAMEDA ST', N'LOS ANGELES', N'FA0035989', N'CA', N'90001', N'OW0022181', N'LOPEZ, LEONARDO M', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'LEONARDO''S RESTAURANT', N'ACTIVE', N'PR0005399')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASRZSMLG', CAST(N'2016-08-26T00:00:00.000' AS DateTime), N'TEXIS RESTAURANT AND ENTERTAINMENT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000884', N'2815 W PICO BLVD', N'LOS ANGELES', N'FA0036834', N'CA', N'90006', N'OW0035347', N'TEXIS RESTAURANTS INC', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'TEXIS RESTAURANT AND ENTERTAINMENT', N'ACTIVE', N'PR0044767')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASIBGFOE', CAST(N'2016-08-02T00:00:00.000' AS DateTime), N'PANDA CHINESE RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'4032 S WESTERN AVE', N'LOS ANGELES', N'FA0068234', N'CA', N'90062', N'OW0018189', N'K & D CHINESE FAST FOOD INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PANDA CHINESE RESTAURANT', N'ACTIVE', N'PR0017135')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFTLRTAR', CAST(N'2016-06-21T00:00:00.000' AS DateTime), N'SAKURA RESTAURANT WAREHOUSE', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000953', N'4543 S CENTINELA AVE', N'LOS ANGELES', N'FA0047373', N'CA', N'90066', N'OW0036339', N'TOYA, JANIS', N'RESTAURANT (31-60) SEATS LOW RISK', 1633, N'SAKURA RESTAURANT WAREHOUSE', N'ACTIVE', N'PR0005284')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0577007', CAST(N'2016-05-23T00:00:00.000' AS DateTime), N'LOS ARCOS RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000950', N'5719 E WHITTIER BLVD', N'LOS ANGELES', N'FA0065926', N'CA', N'90022', N'OW0004107', N'BAUTISTA, ADOLFO', N'RESTAURANT (61-150) SEATS HIGH RISK', 1638, N'LOS ARCOS RESTAURANT', N'ACTIVE', N'PR0016276')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAJCZABH', CAST(N'2016-03-04T00:00:00.000' AS DateTime), N'LEONARDO''S RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000799', N'6611 S ALAMEDA ST', N'LOS ANGELES', N'FA0035989', N'CA', N'90001', N'OW0022181', N'LOPEZ, LEONARDO M', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'LEONARDO''S RESTAURANT', N'ACTIVE', N'PR0005399')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXJ63WHI', CAST(N'2016-02-25T00:00:00.000' AS DateTime), N'PANDA CHINESE RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'4032 S WESTERN AVE', N'LOS ANGELES', N'FA0068234', N'CA', N'90062', N'OW0018189', N'K & D CHINESE FAST FOOD INC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PANDA CHINESE RESTAURANT', N'ACTIVE', N'PR0017135')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAULA3KB', CAST(N'2016-02-03T00:00:00.000' AS DateTime), N'D''LIDO RESTAURANT AND BAKERY', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000140', N'1147 W WASHINGTON BLVD', N'LOS ANGELES', N'FA0142882', N'CA', N'90015-3315', N'OW0106042', N'GALDAZA FOOD CORPORATION', N'FOOD MKT RETAIL (25-1,999 SF) LOW RISK', 1610, N'D''LIDO RESTAURANT AND BAKERY', N'ACTIVE', N'PR0127024')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAJO7NNFI', CAST(N'2015-09-11T00:00:00.000' AS DateTime), N'LEONARDO''S RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000799', N'6611 S ALAMEDA ST', N'LOS ANGELES', N'FA0035989', N'CA', N'90001', N'OW0022181', N'LOPEZ, LEONARDO M', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'LEONARDO''S RESTAURANT', N'ACTIVE', N'PR0005399')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIARSDMB', CAST(N'2018-03-16T00:00:00.000' AS DateTime), N'EARLES RESTAURANT', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000798', N'3864 CRENSHAW BLVD', N'LOS ANGELES', N'FA0224049', N'CA', N'90008-1821', N'OW0228618', N'EARLE''S RESTAURANT,LLC', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'EARLES RESTAURANT', N'ACTIVE', N'PR0179214')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DASOOMFR0', CAST(N'2017-12-19T00:00:00.000' AS DateTime), N'QWENCH 9TH AND FLOWER', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'645 W 9TH ST STE 109', N'LOS ANGELES', N'FA0030823', N'CA', N'90017', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH 9TH AND FLOWER', N'ACTIVE', N'PR0009626')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANB2YKB2', CAST(N'2017-11-08T00:00:00.000' AS DateTime), N'MORI SUSHI', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZGWLYF2', CAST(N'2017-10-18T00:00:00.000' AS DateTime), N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4614 AVALON BLVD', N'LOS ANGELES', N'FA0243197', N'CA', N'90011', N'OW0129457', N'OSWALDO A RAMON RENDEROS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', N'ACTIVE', N'PR0191418')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA88LNBWP', CAST(N'2017-08-30T00:00:00.000' AS DateTime), N'ANTONIO''S', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABPFK0H0', CAST(N'2017-08-30T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQGI300N', CAST(N'2017-08-29T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACWAFY77', CAST(N'2017-08-28T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUV5NCL1', CAST(N'2017-08-17T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATAXREPB', CAST(N'2017-08-14T00:00:00.000' AS DateTime), N'DRINK COFFEE + TEA', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000904', N'1528 N VERMONT AVE # #C', N'LOS ANGELES', N'FA0030543', N'CA', N'90027', N'OW0000117', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK COFFEE + TEA', N'ACTIVE', N'PR0025522')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABYSXA7N', CAST(N'2017-08-08T00:00:00.000' AS DateTime), N'PRESTO DELI', 74, N'C', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFQAA2NG', CAST(N'2017-07-17T00:00:00.000' AS DateTime), N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', 97, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0001026', N'4614 AVALON BLVD', N'LOS ANGELES', N'FA0243197', N'CA', N'90011', N'OW0129457', N'OSWALDO A RAMON RENDEROS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', N'ACTIVE', N'PR0191418')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA6CKZ2E6', CAST(N'2017-06-28T00:00:00.000' AS DateTime), N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', 72, N'C', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4614 AVALON BLVD', N'LOS ANGELES', N'FA0243197', N'CA', N'90011', N'OW0129457', N'OSWALDO A RAMON RENDEROS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', N'ACTIVE', N'PR0191418')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAM23880D', CAST(N'2017-06-20T00:00:00.000' AS DateTime), N'QWENCH 9TH AND FLOWER', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'645 W 9TH ST STE 109', N'LOS ANGELES', N'FA0030823', N'CA', N'90017', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH 9TH AND FLOWER', N'ACTIVE', N'PR0009626')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DANL8WRBT', CAST(N'2017-06-15T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIH6JMMK', CAST(N'2017-06-01T00:00:00.000' AS DateTime), N'MORI SUSHI', 95, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAVYQRZ1T', CAST(N'2017-05-24T00:00:00.000' AS DateTime), N'MORI SUSHI', 81, N'B', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA0C33HXK', CAST(N'2017-05-10T00:00:00.000' AS DateTime), N'ANTONIO''S', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABI5LBZS', CAST(N'2017-03-30T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAUPP40X6', CAST(N'2017-03-13T00:00:00.000' AS DateTime), N'DRINK COFFEE + TEA', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000904', N'1528 N VERMONT AVE # #C', N'LOS ANGELES', N'FA0030543', N'CA', N'90027', N'OW0000117', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK COFFEE + TEA', N'ACTIVE', N'PR0025522')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA60MQKGF', CAST(N'2017-03-08T00:00:00.000' AS DateTime), N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0001026', N'4614 AVALON BLVD', N'LOS ANGELES', N'FA0243197', N'CA', N'90011', N'OW0129457', N'OSWALDO A RAMON RENDEROS', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'PUPUSERIA Y RESTAURANTE SIHUATEHUACAN', N'ACTIVE', N'PR0191418')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DABLXRQU0', CAST(N'2017-01-17T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKZPJLCG', CAST(N'2017-01-05T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAI8RDF4U', CAST(N'2016-12-20T00:00:00.000' AS DateTime), N'MORI SUSHI', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAQOWJIPJ', CAST(N'2016-11-22T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 94, N'A', 401, N'OWNER INITIATED ROUTINE INSPECT.', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMFJDDZA', CAST(N'2016-11-01T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 80, N'B', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAGYLIWEK', CAST(N'2016-10-26T00:00:00.000' AS DateTime), N'DRINK COFFEE + TEA', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000904', N'1528 N VERMONT AVE # #C', N'LOS ANGELES', N'FA0030543', N'CA', N'90027', N'OW0000117', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK COFFEE + TEA', N'ACTIVE', N'PR0025522')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DATTZ9T0O', CAST(N'2016-09-14T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAR0DMVDD', CAST(N'2016-09-06T00:00:00.000' AS DateTime), N'PRESTO DELI', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEW8QXGO', CAST(N'2016-09-06T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA5DIACYB', CAST(N'2016-08-09T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAAQTSLZ3', CAST(N'2016-07-28T00:00:00.000' AS DateTime), N'PRESTO DELI', 100, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAWSI8PVN', CAST(N'2016-07-20T00:00:00.000' AS DateTime), N'ANTONIO''S', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAG33AVM1', CAST(N'2016-06-22T00:00:00.000' AS DateTime), N'DRINK COFFEE + TEA', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000904', N'1528 N VERMONT AVE # #C', N'LOS ANGELES', N'FA0030543', N'CA', N'90027', N'OW0000117', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK COFFEE + TEA', N'ACTIVE', N'PR0025522')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAE3RRY9A', CAST(N'2016-05-26T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAR9KZGD0', CAST(N'2016-05-17T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA7KOFONX', CAST(N'2016-05-02T00:00:00.000' AS DateTime), N'QWENCH 9TH AND FLOWER', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000721', N'645 W 9TH ST STE 109', N'LOS ANGELES', N'FA0030823', N'CA', N'90017', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH 9TH AND FLOWER', N'ACTIVE', N'PR0009626')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAIBRNJ20', CAST(N'2016-04-27T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA3R3MB62', CAST(N'2016-02-19T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 96, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAKQUES0B', CAST(N'2016-02-18T00:00:00.000' AS DateTime), N'PRESTO DELI', 98, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEGYWYGY', CAST(N'2016-02-11T00:00:00.000' AS DateTime), N'MORI SUSHI', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAMEV4NQC', CAST(N'2016-01-27T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAW1GYHHK', CAST(N'2016-01-26T00:00:00.000' AS DateTime), N'ANTONIO''S', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAEKV3JM5', CAST(N'2016-01-22T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAZWA4CKQ', CAST(N'2015-12-29T00:00:00.000' AS DateTime), N'DRINK COFFEE + TEA', 91, N'A', 1, N'ROUTINE INSPECTION', N'EE0000904', N'1528 N VERMONT AVE # #C', N'LOS ANGELES', N'FA0030543', N'CA', N'90027', N'OW0000117', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK COFFEE + TEA', N'ACTIVE', N'PR0025522')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAC2EVHKT', CAST(N'2015-11-04T00:00:00.000' AS DateTime), N'MORI SUSHI', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000338', N'11500 W PICO BLVD', N'LOS ANGELES', N'FA0041542', N'CA', N'90064', N'OW0030832', N'ROUND 3 INC.', N'RESTAURANT (31-60) SEATS HIGH RISK', 1635, N'MORI SUSHI', N'ACTIVE', N'PR0011252')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA9ALHIFH', CAST(N'2015-09-17T00:00:00.000' AS DateTime), N'TAMALES ALBERTO', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000723', N'1644 W TEMPLE ST', N'LOS ANGELES', N'FA0071840', N'CA', N'90026', N'OW0024088', N'MEJIA FRANCISCO', N'RESTAURANT (0-30) SEATS HIGH RISK', 1632, N'TAMALES ALBERTO', N'ACTIVE', N'PR0046859')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA9ZVACY9', CAST(N'2015-09-09T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 92, N'A', 1, N'ROUTINE INSPECTION', N'EE0000893', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALWMXDGP', CAST(N'2015-09-03T00:00:00.000' AS DateTime), N'ANTONIO''S', 93, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAM63NTWU', CAST(N'2015-07-28T00:00:00.000' AS DateTime), N'PRESTO DELI', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DACKTZYRG', CAST(N'2015-07-17T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000718', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAFM1YEPX', CAST(N'2018-03-13T00:00:00.000' AS DateTime), N'DRINK / QUENCH HOLLYWOOD', 94, N'A', 1, N'ROUTINE INSPECTION', N'EE0000835', N'6848 W SUNSET BLVD', N'LOS ANGELES', N'FA0030817', N'CA', N'90028', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'DRINK / QUENCH HOLLYWOOD', N'ACTIVE', N'PR0010536')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAXKTJJXU', CAST(N'2018-02-14T00:00:00.000' AS DateTime), N'QWENCH JUICE BAR', 90, N'A', 1, N'ROUTINE INSPECTION', N'EE0001058', N'201 N LOS ANGELES ST STE 24', N'LOS ANGELES', N'FA0030822', N'CA', N'90012', N'OW0000115', N'110 SUNSHINE SMOOTHIES, INC', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'QWENCH JUICE BAR', N'ACTIVE', N'PR0019841')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DA7798LO0', CAST(N'2018-01-16T00:00:00.000' AS DateTime), N'PRESTO DELI', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000684', N'1849 SAWTELLE BLVD', N'LOS ANGELES', N'FA0045117', N'CA', N'90025', N'OW0013793', N'GOODWIN TYRONE', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'PRESTO DELI', N'ACTIVE', N'PR0023493')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DALAYS0EE', CAST(N'2018-01-10T00:00:00.000' AS DateTime), N'ANTONIO''S', 97, N'A', 1, N'ROUTINE INSPECTION', N'EE0000951', N'7470 MELROSE AVE', N'LOS ANGELES', N'FA0006521', N'CA', N'90046', N'OW0003489', N'AXY ENTERPRISES', N'RESTAURANT (151 + ) SEATS HIGH RISK', 1641, N'ANTONIO''S', N'ACTIVE', N'PR0010215')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'DAL6AQGIQ', CAST(N'2018-01-05T00:00:00.000' AS DateTime), N'ROBEKS JUICE', 95, N'A', 1, N'ROUTINE INSPECTION', N'EE0000846', N'1915 N HILLHURST AVE', N'LOS ANGELES', N'FA0046628', N'CA', N'90027', N'OW0000118', N'110 SUNSHINE SMOOTHIES, INC.', N'RESTAURANT (0-30) SEATS MODERATE RISK', 1631, N'ROBEKS JUICE', N'ACTIVE', N'PR0012195')
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'serial_number:', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT [dbo].[los_angeles_restaurant_health_inspections] ([serial_number], [activity_date], [facility_name], [score], [grade], [service_code], [service_description], [employee_id], [facility_address], [facility_city], [facility_id], [facility_state], [facility_zip], [owner_id], [owner_name], [pe_description], [program_element_pe], [program_name], [program_status], [record_id]) VALUES (N'varchar', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO