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 control chart?

0 Answers  


What is the difference between Test strategy and Test plan?

4 Answers  


What is Lun masking? Why it is used?

0 Answers  


I am going for an interview for back end and ui testing. Can smone tell me some important questions?

0 Answers  


What are the preconditions or initial conditions before doing the Automation testing?

1 Answers   Virtusa,






Example: A Bank teller determines a need for a new software that displays customer information on her screen. What would using a Waterfall Methodology look like AND what would an Agile Methodology look like in creating this software product?

0 Answers  


At what phase tester role starts?

8 Answers   MBT,


If a bug is found by the customer after product release, then what cycle is applied to find the cause of that defect

2 Answers   NIIT, Verizon,


Explain branch testing?

0 Answers  


What is a test configuration manager?

0 Answers  


What are the advantages of designing tests early in the life cycle?

0 Answers  


which is the best institute for testing in hyd?

5 Answers  


Categories