For example, assume your company has three departments and you query the Employees table to return department numbers. If you do not select Distinct Values, your query may return duplicate department numbers, one for each row (employee) in the table.
If you select Distinct Values, however, your query returns only those departments that are distinctly different.