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
State some properties of relational databases?
What are the uses of sysdate and user keywords?
What are the string functions in sql?
When do we use triggers?
how do you control the max size of a heap table? : Sql dba
How do you explain an index number?
Mention what are the benefits of pl/sql packages?
What are two statement types in sql?
how do you know if your mysql server is alive? : Sql dba
Explain spool.
What is partition by in sql?
What is the difference between local variables and global variables?
What is sql entity?
how do you login to mysql using unix shell? : Sql dba
What is difference between procedure and trigger?