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 varray in pl sql?

564


What are sql commands?

497


Why do we use subquery?

483


Why function is used in sql?

512


what is a view? : Sql dba

630






Can you have more than one trigger on a table?

528


Is mariadb nosql?

579


Which sorts rows in sql?

582


Can we join same table in sql?

521


What does count (*) do in sql?

518


Differentiate between sga and pga.

665


How we can update the view?

597


What are the advantages of sql? Explain

645


What is the difference between explicit and implicit cursors in oracle?

508


Is there a 64 bit version of ssms?

510