Question d’entretien chez RuleTek

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

Réponse à la question d'entretien

Utilisateur anonyme

12 mars 2019

SELECT DISTINCT string FROM table_name;