Newark, Delaware Zip Codes: 19702,19711,19712,19713,19714,19715,19716,19717,19718,19725,19726
select cat from directory where is_archived=0 and site_url != '' and (city='newark' OR city='newark') and (state='DE' OR state='Delaware')
select cat from directory where is_archived=0 and site_url != '' and (city='newark' OR city='newark') and (state='DE' OR state='Delaware')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('newark', city) OR city='all' ) and (state='DE' OR state='Delaware' OR state='all')