check whether all the emp numbers are indeed unique.
Answer Posted / eswar
select empno,count(empno)
from emp group by empno having count(empno)>1;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the need of a partition key?
How do you sort in sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
What is hibernate and its relation to sql?
What are the types of dbms?
What is the difference between function, procedure and package in pl/sql?
What is sap sql anywhere?
what is self join and what is the requirement of self join? : Sql dba
What is the file extension for sql database?
How do I run a pl sql program?
What does select count (*) mean in sql?
What do you mean by stored procedures? How do we use it?
What is substitution variable in pl sql?
Explain scalar functions in sql?
What are basic techniques of indexing?