Sobes.tech
Junior

Which SQL command can be used to retrieve unique values from a table?

sobes.tech AI

Answer from AI

SELECT DISTINCT column_name
FROM table_name;
Which SQL command can be used to retrieve unique… - sobes.tech