how do you count the duplicate records in a table
Answer Posted / shalu
select count(*) from table_name group by column1,column2...
having count(*) > 1
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a primary key called that is made up of more than one field?
What is the largest value that can be stored in a byte data field?
Can we use delete in merge statement?
What is difference between sql and oracle?
What is the difference between instead of trigger and after trigger?
What are pl/sql packages?
what is commit? : Sql dba
Explain what is rdbms?
Is it possible to create startup or shutdown trigger for on-schema?
Explain the working of primary key?
What is sql mysql pl sql oracle?
What is delimiter in pl sql?
What is bind reference and how can it be created?
What are database links used for?
How do you optimize a query?