write the SQL statement to retrieve the 2nd Highest salary
ammount(File Name="EMPLOY",Field Name="SALARY")
Answer Posted / suresh miryala
select top 1 from (select top 2 from emp order by sal desc)A
order by sal
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what key word is used when screen is re-display?
explain the difference between defining subfile and message-subfile?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
what is the difference between sflclr and sflinz?
when would you use or not use this approach?
can you specify a display file to be used in the following modes input,output, or combined modes ?
What is program status data structure(psds) in as400?
can you display a empty subfile?
what is the difference between normal upddta to pf and updating using dfu program?
How Many Specs Are There In Rpg & Which Are They?
why is as/400 called object oriented machine?
how can I give more performance to some selected pages?
define subsystem?
maximum number of subfiles that can be active for a single file is?
How can we change the uppercase to Lowercase in RPG?