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
What are the three types of database design?
What is dbms and its application?
What is normalization? Explain different levels of normalization?
What is the maximum length of an extended property?
fact table and dimension table containg one to many relationship or many to one relastionship
Who are end users in dbms?
Explain about query and reporting.
What are the 18 schemas?
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?
What are the key features of dbms?
What is a database development?
How can I detect whether a given connection is blocked?
Explain about relational database management systems?
Explain about the storage and physical database design?
Explain about network model?