Database Question: how you'll remove duplicate entries from a given table.
Resposta da entrevista
Sigiloso
8 de nov. de 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.