how do you count the duplicate records in a table
Answer Posted / ajmal khan
There are many way to count the duplicate row in a table
select count(column_name)-count(distinct(column_name)) from
table_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to add a column ‘salary’ to a table employee_details?
Is record in oracle pl sql?
Name the different types of indexes in sql and define them.
What are the uses of sysdate and user keywords?
Why truncate is used in sql?
How do I count duplicates in sql?
What is delimiter in pl sql?
What is percent sign in sql?
How do you explain an index?
how can we optimize or increase the speed of a mysql select query? : Sql dba
How many primary keys can a table have?
How many types of relationship are there?
What is an intersect?
How many unique keys can a table have?
What is the function that is used to transfer a pl/sql table log to a database table?