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 / ajit nayak

select ename,sal,(sal*12)
from emp
where (sal*12) > 30000;

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multiple partition?

690


What is left join in sql?

748


what are the features and advantages of object-oriented programming? : Sql dba

724


Does pdo prevent sql injection?

687


Is pl sql a programming language?

712






Can we insert data in view?

689


What is sql resultset?

722


What is a field in a database?

756


Why do we need a foreign key?

753


What is the difference between a subquery and a join?

694


What are the two parts of design view?

766


How does postgresql compare to "nosql"?

759


What is a primary key example?

693


What are the advantages of pl sql?

826


What are the possible values for the boolean data field?

685