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
Determine if oracle date is on a weekend?
Explain the advantages and disadvantages of stored procedure?
Why we use triggers in mysql?
Explain the select statement in sql?
What does the acronym acid stand for in database management?
What do you understand by pl/sql packages?
What are the basic sql commands?
What is a join query?
What are procedures used for?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
What are the constraints available in sql?
What is null in pl/sql?
Which join is like an inner join?
How do I run a sql query in pgadmin 4?
What are sql procedures?