I have table-A(1,2,3,4,4,5,6,6,6,7).
how to get all duplicate values?what is sql query?
Answer Posted / sudipta santra
select * from A group by no having count(*)>1 ;
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Why should I use oracle database?
What is the difference between Delete, Truncate and Drop in Oracle?
Explain the use of inctype option in exp command.
How to create a table index?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
What are the various constraints used in oracle?
What is where clause in oracle?
How to use regular expression in pattern match conditions in oracle?
What is meant by an index?
Why use resource manager in Oracle?
Explain user account with reference to oracle.
what is a Nested Loop join?
What do you mean by merge in oracle?
What is oracle analytical function?
What is a package ? What are the advantages of package ?