query.sql
1
SELECT
root_cause
2
FROM
incident_log
3
WHERE
resolved
=
true
4
AND
blame
!=
'data_team'
;
5
-- 1 row returned
RESULT
NULL