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 timestamp in mysql? : Sql dba
What is offset and limit in sql?
What is crud diagram?
What is pl sql code?
How to call shell script from pl sql procedure?
how to calculate the difference between two dates? : Sql dba
what is 'mysqld'? : Sql dba
What is recursive stored procedure?
How many types of privileges are available in sql?
What is sql not null constraint?
who introduced sql?
When are we going to use truncate and delete?
Can we insert data into view?
Is primary key always clustered index?
Does view store data in sql?