Write a query to delete duplicate records in SQL SERVER
Answer Posted / rajkamal
delete form emp
where (select distinct(ename)from emp)
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is NOT NULL Constraint in sql server 2012?
How do use Having,Group by,Group function in SQL?
Is it possible in sql table to have more than one foreign key?
What is the purpose of the tempdb database?
What does Master database contains?
What happens if strings are casted into wrong code pages in ms sql server?
What do you mean by data integrity?
How to delete a login name in ms sql server?
Explain having clause?
Explain triggers?
Explain the first normal form(1nf)?
Explain identity in sql server?
Define union, union all, minus, intersect?
What is xdr?
How to copy data from one table to another table?