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 "scheduled jobs" or "scheduled tasks"?
What is it’s similarity with sql server?
Are resultset updatable?
How to recreate an existing index in ms sql server?
What are types of storage modes? : sql server analysis services, ssas
What is Federation Root Database?
What are the types of subquery?
What is the process of indexing?
What are scalar functions in sql?
Define cross join in sql server joins?
Explain how to maintain a fill factor in existing indexes?
Explain filtered indexes benefits?
Can you explain what is the use of custom fields in report?
How to count rows with the count(*) function in ms sql server?
How do you create a data source?