How to delete duplicates records in teradata without any
tables....?
with only one single query,,,?

Answers were Sorted based on User's Feedback



How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / suganya

SELECT DISTINCT column_name(s)
FROM table_name

Is This Answer Correct ?    9 Yes 2 No

How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / 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

How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / uma

Select Column_name from table_name group by column_name having count(column_name)>1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

What is brainstorming?

0 Answers  


What is the information that should be covered in test plan?

0 Answers  


could you please send me the ISTQB Material to my mail id ankurcsc@gmail.com

0 Answers  


what r transaction synchronistion bugs

1 Answers   TCS,


In MSBI also we need to write test cases please tell me because iam new to msbi

0 Answers   Accenture,






What is random/monkey testing?

0 Answers  


Explain glossary of software qa/testing?

0 Answers  


what is the strength of ur company?

8 Answers   MBT, TN,


Could reviews or inspections be considered part of testing?

0 Answers  


What the difference between a 'defect' and a 'failure' in software testing is?

0 Answers  


Mention what the main advantages of statement coverage metric of software testing are?

0 Answers  


The Following Characterstics posses some XYZ company. * Uses formal standards and policies * Conducts software inspections * Has advanced configuration management and change control * Uses CASE tools * Has a software engineering process group * Gathers metrics on process and quality * Requires that developers have formal software engineering training * Practices continued process improvement Based on aboue , Tell me which CMM Level is the company..? 1. Level 1 - Initial 2. Level 2 - Repeatable 3. Level 3 - Defined 4. Level 4 - Managed 5. Level 5 - Optimizing

0 Answers   HCL,


Categories