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 / "d"
select count(*),ss from dd group by
ss having count(*)>1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pl sql quora?
What are the different sql commands?
what is query cache in mysql? : Sql dba
What are the two types of cursors in pl sql?
What is ttitle and btitle?
Why do we need databases?
How can we link a sql database to an existing android app?
What are the advantages of stored procedure?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
what is union? : Sql dba
How do you copy a table in sql?
Why function is used in sql?
What is sqlservr exe?
Can you have more than one key in a database?
How to sort the rows in sql.