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


Please Help Members By Posting Answers For Below Questions

WHAT IS AS/400 SYNORIO?

2987


what is a logical file?

1176


what is a physical file?

1150


what is sflrolval?

745


How to reverse the string in rpg

1318






In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.

8663


Difference Between Ca & Cf?

791


what is a composite key?

1173


how many files can be defined in f specs?

1648


which of the cl command can be used to determine which logical files are dependent on a specific file?

691


what is *inzsr used for?

1708


what opcode could be used to test an alphanumeric field for all numeric values?

1239


what is the purpose of ovrdta (override data) keyword?

1243


can error messages as a result of a comp, range or values keyword be overridden?

1296


explain the purpose of keep and assume keywords?

1238