Vous êtes sur la page 1sur 1

Respected sir/mam,

Q.1

Solution -: As series was 6,25,64,81,32,?

So vo percess as

6^1=6

5^2=25

4^3=64

3^4=81

2^5=32

1^6=1

So ans is 6

Program-

Solution-:

select min(salary)from (select * from(select salary from employee)where Joining_date<'01-Jan-13' and


rownum<2);

SELECT First_name,incentive_amount
FROM employee
LEFT JOIN incentive ON incentive.Employee_id = Employee.Employee_id
ORDER BY mployee.Employee_id;

Vous aimerez peut-être aussi