SQL - Aggregate Functions
You want to find the average rating from a
reviews table where the rating column has NULLs and zeros. You want to exclude NULLs but include zeros in the average. Which query is correct?