customers
Organizations using the deployed platform.
customer_idintegerPKnametextindustrytextregiontexttiertextonboarded_attimestamptz
Using a LEFT JOIN anti-join, return customer_id and name for customers with no sev1 incidents. Sort by customer_id.
Organizations using the deployed platform.
customer_idintegerPKnametextindustrytextregiontexttiertextonboarded_attimestamptzOperational incidents; unresolved rows have no resolved_at.
incident_idintegerPKcustomer_idintegerFKdeployment_idintegerNULLFKseveritytextopened_attimestamptzresolved_attimestamptzNULLroot_causetextNULLincidents.customer_id=customers.customer_idRun or check a query first. The coach only comments on a real error or grader mismatch.
Try to solve it cold. Two progressive hints are available.