Which Department has MOST NUMBER of employees?
Answer Posted / nannesaheb
SQL> Select Deptno,Count(*) from Emp
Group By Deptno
Having Count(*)=(Select Max(Count(*)) From Emp);
--If Any Queries Contact Me at nannesaheb.c@gmail.com
--Nannesaheb
| Is This Answer Correct ? | 8 Yes | 26 No |
Post New Answer View All Answers
Differentiate between translate and replace?
How to sort the query output in oracle?
How to create a table index in oracle?
What is a dynamic performance view in oracle?
How to check database size in Oracle?
List out the components of logical database structure of oracle database.
Explain the types of exception?
Explain joins in oracle?
How many file formats are supported to export data?
What is proxy method?
Please explain drop constraint oracle?
How to write date and time literals in oracle?
How does the on-delete-cascade statement work?
How to define a cusotmer as a supplier in ORACLE R12
How to rebuild an index in oracle?