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

How do you eliminate duplicates?

Answer Posted / tdguy

Adding to the above,if enough spool space is available, 1.
create a volatile table with the same structure 2. insert
into volatile table
sel column1,column2,,,columnn from table1 group by 1,2
qualify row_number() over (partition by
column1,column2,,,columnn order by
column1,column2,,,columnn desc) =1
3. delete from target table and insert from volatile table.
All the above steps should be done with the same session.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of indexing mechanism do we need to use for a typical data warehouse?

1222


If RDBMS is halted what will you do ?

2219


Why are oltp database designs not generally a good idea for a data warehouse?

1102


how many modules are there in telecome domain?how to explain the architecture?

2062


How many sessions of MAX is PE capable of handling at a particular time?

1133


What are the scenarios in which full table scans occurs?

1050


What is the purpose of indexes?

1127


Write a program to show the parser component used in teradata?

1024


What is stored procedure in teradata?

1082


What do you mean by teradata sql assistant?

1109


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

1155


What is meant by a Least Cost Plan?

1104


Explain teradata utilities?

1092


Explain the new features of teradata?

1089


How to Extract data from multiple legacy systems?

1171