how to delete duplicate rows from table in sql server
Answer Posted / vignesh chandrasekaran
select Distinct column name from Table Name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why use “in” clause in sql server?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What are temporal tables in sql server 2016?
What is nolock?
What is difference in performance between insert top (n) into table and using top with insert?
Does any body please help me what question's have asked for SSRS in the interview?
Explain differences between web edition and business edition?
How to drop an existing user defined function in ms sql server?
What is save transaction and save point?
Write a SQL command to insert and update only a particular field?
what stored procedure can you use to display the current processes? : Sql server administration
What is checkpoint in sql server?
How much is a sql server license?
What is difference between count (*) and count 1?
How to use linked server?