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
Explain what are the uses of rollback segment?
What do you know about normalization? Explain in detail?
What are the different windows events activated at runtime ?
What is Java Pool in Oracle?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
Why oracle is used?
Can we use bind variables in oracle stored procedure?
Explain the use of rows option in imp command.
How do you bind variables in oracle?
How a database is related to tablespaces?
Is it possible to insert comments into sql statements return in the data model editor ?
Why do you use stored procedures and state some of its disadvantages?
What is difference between cartesian join and cross join?
Explain integrity constraints?
What is the difference between postgresql and oracle?