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
What is index example?
What is the reports view in oracle sql developer?
What are aggregate functions in sql?
How can you tell the difference between an index and a view?
what is subquery? : Sql dba
Why query optimization is needed?
Explain sql data types?
Why we use pl sql?
what happens if null values are involved in expressions? : Sql dba
What is the use of nvl function?
what is offset-fetch filter in tsql? : Transact sql
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is acid property in a database?
Explain the steps needed to create the scheduled job?
How do I access sql anywhere database?