write the SQL statement to retrieve the 2nd Highest salary
ammount(File Name="EMPLOY",Field Name="SALARY")
Answer Posted / vivek dwivedi
Select max(salary) from file where salary not in (select max(Salary) from file)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data structure in as400? What is the use of data structure?
define subsystem?
What Is Ddm ?
what is the disadvantage of using global variable?
what is a non-join logical file?
what is the maximum number of records you can specify in a display file?
define what a data area is along with a brief example of what it may be used for?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
how to declare a constant variable in the freeformat?
what is the difference between *like and *namvar ?
when should I use method get, and when should I use method post in my cgis?
how can I start a page in a new window?
when would you prefer logical file than opnqryf?
What is array in as400? What are the types of array?
Difference Between Interactive & Batch Job?