Hi, I have given the process in detail in the following article:http://www.indiastudychannel.com/resources/113005-Selecting-Second-Maximum-Salary-from-Employee-Table-Oracle.aspx
select max(salary) from employee where salary not in(select max(salary) from employee) ... ;)
Hi, I have given the process in detail in the following article:
ReplyDeletehttp://www.indiastudychannel.com/resources/113005-Selecting-Second-Maximum-Salary-from-Employee-Table-Oracle.aspx
select max(salary) from employee where salary not in(select max(salary) from employee) ... ;)
ReplyDelete