How to delete duplicates records in teradata without any
tables....?
with only one single query,,,?
Answers were Sorted based on User's Feedback
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 |
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 |
generally what they ask in a client interview.regarding projects what they might ask?
what is meant by Test suite
What is top-down approach?
What is Test Data Collection?
in automation how can we post a bug?
Transaction Per second?
Explain stress testing?
Explain 3 high priority test cases for the performance of MSN search engine.
0 Answers HPCL, Hughes Systique Corporation,
What is API testing?
Explain a variable?
What is virtual address?
What is software fault?