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 / lavanya
SELECT COUNT(*), <COLUMN_NAME> FROM EDUCATION GROUP BY
<COLUMN_NAME>
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
what is the difference between join and union? : Sql dba
How do I run a pl sql procedure in sql developer?
Is ms sql traffic encrypted?
Does sql between include endpoints?
What is sql injection vulnerability?
what is table? : Sql dba
how to install mysql? : Sql dba
What are the operators in sql?
How to select all records from the table?
What is primary key and foreign key with example?
What is assignment operator in pl sql?
What is the current version of sql?
What does closing a cursor do?
What is sql data?
What is the difference between explicit and implicit cursors in oracle?