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 the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
what's query optimization and without use of IN AND Exist can we get another way data from query
What is difference between sid and service name in oracle?
material view and view disadvantages?
What is the difference between primary key and unique key and foreign key in oracle?
How to view all columns in an existing table?
How to use "if" statements on multiple conditions?
What is a tns service name?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What is object data modeling?
what is port in oracle? how is it related to database application.
How to define an anonymous block?
Respected sir, Please send me technical questions related to oracle apps..
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What do you understand by database schema and what does it hold?