Find all inspections which are part of an inactive program

#City of Lost Angles

Find all inspections which are part of an inactive program.

table name: los_angeles_restaurant_health_inspections


Solution:

select * from los_angeles_restaurant_health_inspections where program_status='INACTIVE';

SQL Script:
Click here!


Comments (0)