A data analyst writes a query that asks a database to return only distinct values in a specified range, rather than including repeating values. Which function do they use?

Correct
When writing SQL queries, an analyst can use the COUNT DISTINCT function to return only distinct values in a range.