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
What is a server parameter file in oracle?
What is object data modeling?
Why use resource manager in Oracle?
What is raw datatype in oracle?
what is the difference between substr and instr function in oracle?
Is it possible to insert comments into sql statements return in the data model editor ?
What is where clause in oracle?
Is oracle a relational database?
What does sharding mean?
What are the execution control statements?
Can multiple cursors being opened at the same time?
Explain the use of consistent option in exp command.
Use of an integrity constraint is better to validate data. Explain
What happens if recursive calls get out of control?
Is primary key indexed by default in oracle?