Answer Posted / suresh babu
select
id,
name
from
(select
id,
name
from
find_dup
group by
id,
name
having
count(*) > 1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe types of sql statements?
Can a composite key be null?
How to select unique records from a table?
what are the 'mysql' command line arguments? : Sql dba
What are sql functions? Describe the different types of sql functions?
Is keyword pl sql?
What does partition by mean in sql?
Inline the values in PL/SQL, what does it mean.?
what is cursor. write example of it. What are the attributes of cursor.
What are different types of keys?
Is sql developer case sensitive?
what is oltp (online transaction processing)? : Sql dba
How delete all records from table in sql?
How to place comments in pl/sql?
Is id a reserved word in sql?