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