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 to delete duplicates records in teradata without any
tables....?
with only one single query,,,?

Answer Posted / jain

DELETE FROM table_name A WHERE ROWID > (SELECT min(rowid)
FROM table_name B WHERE A.key_values = B.key_values)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Peer Review in Software Testing?

1077


What can be thought of as being based on the project plan, but with greater amounts of detail?

1136


Hi,can anyone help me with sap testing.how is sap testing done

2094


what r the 2 subdivisions of quality process and where does tesing fit?

2287


What do you mean by automated testing?

1177


A type of functional testing, which investigates the functions relating to the detection of threats, such as virus from malicious outsiders?

1305


Explain what is testing type and what are the commonly used testing type?

1183


What is v- diagram (model)?

1142


What documents will you need to create a test case?

1107


What is test item?

1124


How can you eliminate the product risk in your project?

1254


Explain exhaustive testing?

1104


Your audit indicates that the corporate quality management system did NOT work as it should have. How should this finding be categorized? 1. Minor nonconformance 2. Major nonconformance 3. Deficiency 4. Observation 5. Catastrophic failure

2586


What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.

1993


What Kinds of Testing should be followed for an web application while Manual Testing . Ie., Regression , Integration , Alpha , Beta , Performance , Stress ,Load , Back End(database)...etc What is the serial way to follow the above Testing Kinds in manual testing of any application. Plz clear my doubt.

2060