Sollicitatievraag bij RuleTek

Given a database table, write SQL code to return the unique strings from a column

Antwoord op sollicitatievraag

Anoniem

12 mrt 2019

SELECT DISTINCT string FROM table_name;