How to retrieve Duplicate Rows only in a Table?
Suppose if a Table Name is "Education". It consists of
multiple columns. Then if we insert rows into this table
with duplicate records then how can we retrieve only
duplicate records from that table?
Answer Posted / dawood
SELECT COUNT(EMPNO),ENAME FROM EDUCTION
GROUP BY ENAME;
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is a record in pl/sql?
Explain the steps needed to create the scheduled job?
How do you update a sql procedure?
Which normal form is best?
Is keyword pl sql?
What is the purpose of design view?
List the various privileges that a user can grant to another user?
what are the advantages of sql ? : Sql dba
what are the different tables present in mysql? : Sql dba
What is application trigger?
How do you define a foreign key?
What is trigger in pl sql?
what is the difference between cluster and non cluster index? : Sql dba
What is a procedure in pl sql?
How do I clear the screen in sql plus?