The SELECT DISTINCT command filters and returns only unique values in the result set.
The provided SQL statement selects only the DISTINCT values from the “Country” column in the “Customers” table: