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 we alter stored procedure?
What are the different set operators available in sql?
What are the disadvantages of file system?
what are string data types? : Sql dba
when MSQL8.0 is in market
What is trigger types of trigger?
Is not null in sql?
What mean sql?
What is the left table in sql?
What is sql used for?
In a distributed database system, can we execute two queries simultaneously?
What do you mean by stored procedures?
Which data type is a composite type?
How to assign sql query results to pl sql variables?
What is percent sign in sql?