Disply the dname wise maximum salary
Answer Posted / naveen
SELECT
D.DEPTNO,D.DNAME,MAX(E.SAL)
FROM
EMP E,DEPT D
WHERE
D.DEPTNO=E.DEPT.NO
GROUP BY D.DEPTNO,D.DNAME
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Suppose I want to get sales data for the last (suppose 10) dates dynamically using value prompt how can I do it and drag it onto report editor?
Hyperion is the one of the tool in data ware house. Its an olap tool. Why you cant display that tool?
Suppose we have some 10,000 odd records in source system and when load them into target.how do we ensure that all 10,000 records that are loaded to target doesnt contain any garbage values?
Suppose a null dataset with 10 variables; I want to print only name of the varibales in log window and also output window. How can we do this one?
How do you call a module named �testmod.cfm� with the parameters param1=�yes� and param2=5?
what is parallel query?
How to explain any (sales) project in interview.actually feom where report developer work starts?pls reply as soon as possible?
What according to you might be the future of data warehousing?
What are various warehousing tools?
Why facts table is useful in representing the data?
What is drill-through?
How to handle multi value dimensions?
"A dimension table is wide but the fact table is deep," explain the statement in your own words.
Explain what is type 2 version dimension?
What is batch processing?