Disply the dname wise maximum salary

Answer Posted / divya

SELECT d.dname,max(e.sal) from emp e,dept d where e.deptno=d.deptno
group by d.dname

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the various reporting tools in the market?

555


What are situations where snowflake schema is better than star schema when the opposite is true?

562


Define Data Warehousing?

737


Explain swot analysis?

625


Explain vldb?

624






What is the difference between metadata and data dictionary?

578


What is your spectra photometer working principles?

557


how much memory space occupied real time project (roughly)?

1801


Explain what is a staging area? Do we need it? What is the purpose of a staging area?

513


What is difference between e-r modeling and dimensional modeling?

511


Explain what is what are semi-additive and factless facts and in which scenario will you use such kinds of fact tables?

515


What are fact, dimension, and measure?

765


Explain difference between view and materialized view?

503


What is an er diagram?

633


Explain what are the steps to build the data warehouse?

478