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 denormalization. : Sql dba
Does sql require a server?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Can you inner join the same table?
Is a secondary key the same as a foreign key?
Are there any features that are decommissioned in 11g that are not present in 11g?
What is trigger and stored procedure in sql?
What do you understand by pl/sql packages?
Explain unique key in sql.
What is sql partition?
Is primary key a clustered index?
What do you understand by exception handling in pl/sql?
How show all rows in sql?
How do you delete data from a table?
Can triggers stop a dml statement from executing on a table?