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


Please Help Members By Posting Answers For Below Questions

What is Collation Sensitivity ? What are the various type ?

495


Can ddl statements be used in pl/sql?

591


What is a schema sql?

529


How many types of literals are available in pl sql?

512


What is query optimization in sql?

544






What are the different type of joins in sql?

540


What is rtm in testing?

570


What is trigger in pl sql?

555


Why do we use partitions in sql?

543


how many groups of data types? : Sql dba

563


Is left join inner or outer by default?

521


What is the use of function "module procedure" in pl/sql?

665


Does sql*plus also have a pl/sql engine?

554


What is the non-clustered index in sql?

587


How to select random rows from a table?

518