we have two tables emp,dept.emp has eno,ename,sal and dept
has deptno,dname.how to find maxsal of each dept wise.which
join used for joining.

Answer Posted / subbareddy kake

with out using any Join conditions

Select deptno, max(sal)
from emp group by deptno

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different methods ot loading a dimension table? A fact table etc?

568


Explain the teradata primary index mechanics in detail with a diagram.

555


What are some primary characteristics of teradata?

535


Highlight the differences between Primary Key and Primary Index.

603


How do you verify a complicated sql?

614






What are the different table types supported by teradata?

521


List out teradata data types?

547


What is the purpose of joins in teradata?

531


What is a node in teradata?

569


What is multi insert?

617


any one answer me how they can analyzing the project using data ware housing?

2020


How do you determine the number of sessions?

606


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

668


Name the five phases that come under MultiLoad Utility.

576


Highlight the limitations of TPUMP Utility.

596