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 an execution plan? When would you use it? How would you view the execution plan? : Sql dba
What is memory optimized table?
What packages are available to pl/sql developers?
Is clustered index a primary key?
Which is better cte or subquery?
What is a sql profiler?
what is isam? : Sql dba
What is the use of %rowtype?
What are the types of subqueries?
Is left join faster than join?
Is pl sql different from sql?
How to run sql functions in pl/sql?
What is restrict in sql?
How many types of relationship are there?
How do I run sql profiler?