A data analyst is cleaning survey data. The results for an optional question contain many nulls. What function can the analyst use to eliminate the null values from the results?

Correct
The analyst can use the COALESCE function to eliminate the null values from the results.