Great! The DISTINCT keyword, which we can use in a SELECT clause, only selects the distinct values in the age column and skips the duplicate 12.
DISTINCT
SELECT
age
12
Didn't we want to retrieve distinct values?