Which Department has MOST NUMBER of employees?
Answer Posted / senthil
select column_name,count(*)from table_name group by
column_name having count(*)=(select max(count(*)) from
table_name group by column_name);
PLZ Contact Any Queries (raja.prem86@gmail.com)
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
What is a database table in oracle?
How a database is related to tablespaces?
What is transport network substrate (tns) in oracle?
How to import one table back from a dump file?
How to assign values to variables?
What is open database communication (odbc) in oracle?
What are the attributes of cursor?
Explain oracle 12c new features for developers?
How to delete an existing row from a table in oracle?
Can we store pictures in the database and if so, how it can be done?
How does Oracle guarantee data integrity of data changes?
What is data file?
How to write a left outer join with the where clause in oracle?
what is the difference between data migration and production migration.
How to use in conditions in oracle?