define a variable representing the expression used to
calculate on emps total annual remuneration.use the
variable in a statement which finds all emps who can earn
30000 a year or more.

Answer Posted / padmalatha

select Empno,Annual_Salary=sum(Month_Salary) from
Employee_Salary
group by Empno having sum(Month_Salary)>30000

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is full form of rtm?

716


What are the two different parts of the pl/sql packages?

784


How does sql developer connect to oracle database?

733


What is before trigger?

731


how to convert numeric values to character strings? : Sql dba

773






What is a database event trigger?

796


How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?

796


What is sap sql?

713


what are different types of collation sensitivity? : Sql dba

753


What are user defined functions?

759


What is the difference between join and natural join?

651


Can we use commit inside a trigger?

761


What view means?

727


What is the difference between partitioning and sharding?

727


How many indexes can be created on a table in sql?

683