Zone Intel
AreaIncidentsRisk LevelCoordinates
Core Engine Query // PostgreSQL
SELECT l.location_id, l.area_name, l.latitude, l.longitude, l.risk_level, count(c.crime_id) as incident_count FROM public.locations l LEFT JOIN public.crimes c ON l.location_id = c.location_id GROUP BY l.location_id ORDER BY incident_count DESC;
Authenticated Audit Trail Enabled