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
"A dimension table is wide but the fact table is deep," explain the statement in your own words.
does anyone "QlikView" BI tool. if you have any docs send me pls. yaparas84@gmail.com
Can a dimension table contain numeric values?
Explain datawarehousing?
After we create a scd table, can we use that particular dimension as a dimension table for star schema?
What is data analysis? Where it will be used?
Explain functional dependency?
Explain the hierarchies level data warehousing.
How would you write a simple stored procedure in tsql which takes a movie_id and returns all the directors associated with it?
How do you setup Lo-cockpit?
What are the stages that are required in data warehousing?
How we are using this function?
What is surrogate key? Where we use it?
What are steps we have to follow in designing the userfriendly universe?
Hyperion is the one of the tool in data ware house. Its an olap tool. Why you cant display that tool?