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
Explain mutating triggers.
What is varray?
How to define an anonymous block?
What exactly do quotation marks around the table name do?
How to see free space of each tablespace?
How to add another datafile to a tablespace?
Explain a segment?
What are the advantages of oracle?
How to assign a table row to a record variable?
How to name query output columns in oracle?
what is reindexing?
How to start a specific oracle instance?
How to estimate disk space needed for an export job?
What is the difference between post-database commit and post-form commit?
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.