how do you count the duplicate records in a table
Answer Posted / priya
select coloumn_name ,count(*) from table_name
group by coloumn_name
having count(*) > 1;
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
How do you update sql?
How do I partition in sql?
How to move files from one directory to another in pl sql?
What are the sql commands?
What is primary key and foreign key?
What are sql functions? Describe in brief different types of sql functions?
What is sql mysql pl sql oracle?
How to find 3rd highest salary of an employee from the employee table in sql?
What are the sql versions?
What is the difference between microsoft sql and mysql?
How many triggers can be applied on a table?
Is not null in sql?
What is union, minus and interact commands?
What are all the different normalizations?
What is using in sql?