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...

write a query to remove duplicate records without using primary key column?

Answer Posted / mathanrathinam


delete tmp from(select col1,col2,row_number over(partition by col1,col2 order by col1,col2) rownum from tablename) tmp
where rownum >1

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between HTTP and HTTPS in database?

1091


List layers of abstraction microsoft architectured to provide relational db through cloud platform ?

187


Is it possible for a stored procedure to call itself or recursive stored procedure?

1003


Explain what is the difference between union and union all?

1070


What happens if null values are involved in arithmetic operations?

1042


Is ssrs support other database except ms sql server?

142


How to create a testing table with test data in ms sql server?

1139


What are trace files?

1003


What are the indexes in sql server?

1182


What are the types of subquery?

1093


You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?

2184


Tell me the use of keyword with encryption. Create a store procedure with encryption?

1055


What do you understand by SQL*Net?

1079


what is the main function of a query parameter?

155


Mention what are the core components of ssrs?

330