Question d’entretien chez PwC

How to retrieve unique rows from database without using Distinct or Unique keyword

Réponses aux questions d'entretien

Utilisateur anonyme

4 août 2020

One method is to use GROUP BY the column(s) you want as distinct.

1

Utilisateur anonyme

26 mai 2018

One of the method is select a ROWID among duplicate columns