Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is it possible to delete duplicate rows in a table without
using a temporary table ?

Answers were Sorted based on User's Feedback



Is it possible to delete duplicate rows in a table without using a temporary table ?..

Answer / saravanan

select * into #empnew from (select * from emp union select
* from emp) a

Is This Answer Correct ?    1 Yes 6 No

Is it possible to delete duplicate rows in a table without using a temporary table ?..

Answer / hakoona

Jaare Kameeney

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More SQL Server Interview Questions

How important do you consider cursors or while loops for a transactional database?

0 Answers  


What is a field in a table?

0 Answers  


How can we call UDF(User Define Function) using C# code in ASP.net ?

1 Answers  


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

0 Answers   MCN Solutions,


Issues related in upgrading SQL Server 2000 to 2005 / 2008

0 Answers  


What is the difference between osql and query analyzer?

0 Answers  


What is extent? Types of extents?

0 Answers  


What are the database roles? : sql server security

0 Answers  


Do you know the policy based administration feature of sql server 2008?

0 Answers  


How many types of Outer Joins?What are they?

1 Answers  


When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?

0 Answers  


Is it possible to have clustered index on separate drive from original table location?

0 Answers  


Categories