How to delete duplicates records in teradata without any
tables....?
with only one single query,,,?
Answer Posted / 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 View All Answers
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
please anyone can help me in giving dumps in ISTQB for foundation level
how do you convert use cases into test cases?
How the 2 wings and body of the butterfly model of test development is represented?
hi everyone i want to download test director,winrunner,qtp latest versions pls help me
What is the purpose of exit criteria?
Explain glass box testing?
What the difference between latent and masked defects is?
What is oo function testing?
Explain configuration management?
What is the testing process you follow in your organization?
What is RC update and BRIO?
Explain black-box testing?
Explain basis path testing?
Explain virtual memory?