check whether all the emp numbers are indeed unique.
Answer Posted / biswajit rout
SELECT empno,count(*) FROM emp GROUP BY empno;
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do I order columns in sql?
Where can I learn sql for free?
How to run sql commands in sql*plus?
what are the properties and different types of sub-queries? : Sql dba
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
How to read xml file in oracle pl sql?
What is the left table in sql?
Is left join same as join?
what is sql? : Sql dba
How do I trace sql profiler?
What is use of term?
What is a primary key called that is made up of more than one field?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
what are the type of locks ? : Sql dba
what are all the different normalizations? : Sql dba