-- You can select all the unique values from a column using the DISTINCT keyword: SELECT DISTINCT example_column FROM example_table;