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 are schema-level triggers?
how to create a table index in mysql? : Sql dba
Is not null in sql?
Explain the methods used to protect source code of pl/sql.
What are the different set operators available in sql?
What is the starting oracle error number? What is meant by forward declaration in functions?
what are all types of user defined functions? : Sql dba
What are the dml statements?
What language is oracle sql developer?
How delete all data from table in sql?
what is a field in a database ? : Sql dba
Are null values same as that of zero or a blank space?
How can you create an empty table from an existing table?
How subquery works in sql?
What are sql built in functions?