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 to extract a unit value from a date and time? : Sql dba
Can we use delete in merge statement?
What is the difference between union and union all command?
What are its different types of dbms?
How do I find sql profiler?
How do I tune a sql query?
What is pl sql script?
what is the difference between undefined value and null value? : Sql dba
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
Explain the difference between rename and alias?
Can we insert data into view?
what is try_catch block in procedure
What is dynamic query?
What is posting?
how can you create an empty table from an existing table? : Sql dba