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
How do I know if oracle is installed on windows?
How oracle handles dead locks?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What is difference between truncate and delete?
What are the types of partitions in oracle?
How would you go about verifying the network name that the local_listener is currently using?
Where are the settings stored for each instance in oracle?
What are the differences between char and varchar2 in oracle?
Explain rename?
How to use subqueries with the in operator using oracle?
How many data types are supported?
Can you assign multiple query result rows to a variable?
What is the difference between alert log file and tarce file ?
What privilege is needed for a user to create views in oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..