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
Can you have more than one trigger on a table?
How does index help in query performance?
Why is pl sql used?
What is the maximum rows in csv?
What is the use of index in hive?
Differentiate between syntax and runtime errors.
What has stored procedures in sql?
What is insert command in sql?
what is a database transaction? : Sql dba
How do I save a sql query?
What is the difference between the implicit and explicit cursors?
What is cursor in pl sql with examples?
what are sequences
What is a subquery in sql?
What is the size of partition table?