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 to display the records between two range in Oracle SQL Plus?
How to select random rows from a table?
What is the difference between row level and statement level trigger?
Is pl sql still used?
Is oracel sql developer written in java?
How do I run a sql query in pgadmin 4?
What is auto increment?
Is full outer join same as cross join?
What is the use of %rowtype?
What is view? Can we update view
What are the uses of sysdate and user keywords?
How long will it take to learn pl sql?
What is the process of copying data from table a to table b?
is mysql query is case sensitive? : Sql dba
What is the best sql course?