Which Department has MOST NUMBER of employees?

Answer Posted / sts

Select Deptno,Count(*) from Emp Group By Deptno having Count(*)=(SELECT max (count(*)) FROM EMP GROUP BY DEPTNO);

Is This Answer Correct ?    24 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is truncate oracle?

535


What are the differences between date and timestamp in oracle?

554


How to use in conditions in oracle?

563


Explain the use of full option in exp command.

589


Explain view?

579






What are the attributes of the cursor?

561


What are named parameters?

616


State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.

609


Where is the export dump file located?

575


How a tablespace is related to data files?

583


Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun

1666


What is a view and how is it different from a table?

574


What are the original export and import utilities?

573


What do you understand by database schema and what does it hold?

598


List the various oracle database objects?

599