Database Question: how you'll remove duplicate entries from a given table.
Réponse à la question d'entretien
Utilisateur anonyme
8 nov. 2020
We'll use primary key so that table don't have duplicate rows but even if we have to remove duplicate rows from selected table we use DISTINCT keyword.