how do you count the duplicate records in a table
Answer Posted / akki julak
select count(empno)-count(distinct(empno)) from emp;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How does a trigger work?
What is the sql query to display the current date?
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is break?
How does pl sql work?
Difference between global and parameter variables?
What is natural join in sql?
what is the difference between a having clause and a where clause? : Sql dba
What are the qualities of 2nf?
How do I partition a table in sql?
What has stored procedures in sql and how we can use it?
How can we make an if statement within a select statement?
What are tables in sql?
How do I view output in sql developer?
Why are sql stored procedures used?