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
Are subqueries faster than joins?
What is the difference between stored procedure and view?
What is oracle sql called?
Which is better stored procedure or query?
What does := mean in pl sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is trigger price?
What is sql key?
What is the importance of sqlcode and sqlerrm?
What do you understand by pl/sql cursors?
What is coalesce sql?
Can we change the table name in sql?
What is embedded sql with example?
What are the two types of exceptions.
What are all the ddl commands?