write the SQL statement to retrieve the 2nd Highest salary
ammount(File Name="EMPLOY",Field Name="SALARY")
Answer Posted / aravind.r
select min(SALARY) from EMPLOY where SALARY in
(select top 2 SALARY from EMPLOY order by SALARY desc)
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
how can I predict the performance of my cgis?
Apart from opening of a file do we have any other use of USROPN?
what is the use of data structures?
what does opcode post do ?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
How to reverse a string using RPG?
What is RETURN CURSER LOCATION in subfile?
WHAT IS FERERENTIAL INTRIGRITY ?
how to get the cursor position?
during input operation which indicator position is seton if there is a record lock?
how many types of display are available on as/400 for user interaction?
how can we run a batch job?
how to validate input values in display file ?
what is the use of jdftval in join logical file?