Which Department has MOST NUMBER of employees?

Answer Posted / aswini

select dept_id from emp group by dept_id having count(*)=(Select max(count(*)) From Emp group by dept_id)

Is This Answer Correct ?    2 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between translate and replace?

560


how may join possible between (requisition with purchase order)

1699


What is connection pool in oracle?

558


What happens if the update subquery returns multiple rows?

612


How to speed up webrick?

595






hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.

1965


How to check the server version in oracle?

613


What is tns entry?

623


Point out the difference between user tables and data dictionary?

546


Explain about integrity constraint?

606


Can select statements be used on views in oracle?

595


How to delete a column in an existing table in oracle?

603


What is the difference between Delete, Truncate and Drop in Oracle?

606


what is the use of triggers in Java program? I mean where do we use triggers in Java programming?

1695


Explain the use of file option in exp command.

601