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
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
What is exporting and importing utility?
Why is sql server log file full?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
How to loop through result set objects using mssql_fetch_array()?
Mention what are the core components of ssrs?
How do you identify a foreign key?
Define Business Edition in SQL Azure?
How to create indexed view?
What is user-defined inline table-valued function?
Explain what is analysis service repository?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What security features are available for stored procedure?
How to provide column names in insert statements in ms sql server?
Would you store your query in a ssrs report or a database server? State the reason why?