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
Which is better join or subquery?
Explain the uses of a database trigger?
How to get each name only once from an employee table?
explain mysql aggregate functions. : Sql dba
what is single byte over head in oracle..?
What packages are available to pl/sql developers?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Explain architecture of sql server notification services?
What is data type in database?
How to use sql*plus built-in timers?
Explain the update statement in sql
List the various privileges that a user can grant to another user?
What is the size of partition table?
What is sql query optimization?
What is not null in sql?