Dept wise avrage salary

Answer Posted / naresh

select avg(sal) from emp group by deptno;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the database approach?

640


What is the purpose of database management system?

730


Briefly describe the three types of sql commands.

670


What is database transaction?

626


What is sql in dbms?

675






Is the server accepting tcp ip connections on port 5432?

659


Can we save image in database?

695


Write a query to remove duplicate rows from a table?

637


Write a query to create a duplicate table with and without data present?

623


What is dba stand for?

655


What is the purpose of a database middleware other than translating the jdbc api calls to multiple vendor specific dbms calls?

603


What is natural key?

708


Describe concurrency control.

729


What is data management process?

684


What is Database testing and What are ways of writing test cases for database testing?

763