Given this table (metrics):
What does this query return?
SELECT id, NULLIF(value, 0) AS safe_value FROM metrics;
← → arrow keys to navigate
Sign in to save your progress.