how will I find the duplicate rows count from employees
tablein oracle.

Answer Posted / manoj

select employee_id, count(*) from employees group by
employee_id having count(*) > 1

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database design and development?

693


Write the fastest query to find out how many rows exist in a table?

770


How to read and create .LDC data files which are used by linguatic dictionary.

2159


Who are end users in dbms?

623


Explain about query and reporting.

1762






What are the constraints on severity level in raiseerror?

663


Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?

2112


Which data type cannot be used as a parameter in a udf?

658


What are the 18 schemas?

704


How to generate OIDS

1749


How would you design a database for an online site, which would average a million hits a day?

674


What are data modelling techniques?

608


fact table and dimension table containg one to many relationship or many to one relastionship

2147


What are the main phases of database development?

621


What is the database development process?

805