Write a query to delete duplicate records in SQL SERVER
Answer Posted / anuj
You have Two option You can use keyword Distinct or Group By Both will help you to delete dublicate records
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What happens if the update subquery returns no rows in ms sql server?
What is the difference between clustered and a non-clustered index?
Can you explain the disadvantages/limitation of the cursor?
What is a user-defined function in the sql server and what is its advantage?
Explain primary key in sql server?
How to add more data to the testing table in ms sql server?
Do you know the isolation level that sql server support?
Can sql server 2016 run on windows 7?
What are the 3 types of schema?
how you can configure a running aggregate in SSRS?
What are xml indexes?
What are the five major components of a dbms?
List out the differences between the clustered index and non-clustered index in sql server?
Define inner join? Explain with an example?
How to create and drop temp table in sql server?