Pergunta de entrevista da empresa RuleTek

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

Resposta da entrevista

Sigiloso

12 de mar. de 2019

SELECT DISTINCT string FROM table_name;