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
What is the size of partition table?
Is foreign key mandatory?
Can we create index on primary key?
How run sql*plus commands that are stored in a local file?
What is percent sign in sql?
Does access use sql?
what are date and time functions in mysql? : Sql dba
What is the difference between microsoft sql and mysql?
Can we rollback after truncate?
What are the different types of dbms?
What is sql indexing?
Explain normalization and what are the advantages of it?
How do I count rows in sql query?
How to get unique records from a table?
Why stored procedure is better than query?