Domanda di colloquio di RuleTek

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

Risposta di colloquio

Anonimo

12 mar 2019

SELECT DISTINCT string FROM table_name;