Interview Question of the Week #014 – How to DELETE Duplicate Rows
Here is another very common question I often received, which candidates face in the interview. Question: How to delete duplicate rows in SQL Server (considering there is an identity column in table)? Answer: Well, there is no better answer than following a script. If you ask me this question in…
Read More