A data analyst is working with customer data. The analyst includes the DISTINCT clause in their SELECT statement for the customer_id field. They get a list of customer_id without duplicates.

Correct
If the analyst includes the DISTINCT clause in their SELECT statement for the customer_id field, they get a list of customer_id without duplicates.