Write a query to delete duplicate records in SQL SERVER
Answer Posted / anil
delete from tab_nam where
| Is This Answer Correct ? | 2 Yes | 30 No |
Post New Answer View All Answers
Distinguish between commit and rollback?
What is the difference between Clustered and Non-Clustered Index?
Does windows server 2016 come with sql server?
What is compound operators?
What is self join in sql server joins?
How to create a scrollable cursor with the scroll option?
How do you delete duplicate rows in sql server?
What is data compression?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
Define the one-to-one relationship while designing tables.
What do you mean by 'normalization'?
What are the advantages of having an index on the sql server?
what's the difference between delete table and truncate table commands? : Sql server database administration
What is a performance monitor?
What is use of except clause?