Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answer Posted / saravanan
select * into #empnew from (select * from emp union select
* from emp) a
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How do you delete a data source?
How to find out what is the default collation in a database?
Can we insert data into a view?
How can windows applications connect to sql servers via odbc?
Which language is supported by sql server?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Would you store your query in a ssrs report or a database server? State the reason why?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
How to delete an existing database user?
What is triggers and stored procedures?
What are the types of indexes?
How you can change a cross join into an inner join?
What is collation sensitivity?
What are the system database in sql server 2008?
Explain the commands in sql server?