How to find second highest salary

Answer Posted / jose_100

SELECT SAL FROM SALARY_TABLE ORDER BY SAL DESC LIMIT 1,1;

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the IP address of the client/user in PHP?

517


Tell me how to retrieve a cookie value?

532


What is the difference between == and === in php?

550


Tell me how to find the length of a string?

609


Do you know what does mvc stand for and what does each component do?

499






Is array a key php?

517


Is php an api?

532


Swap two variables value without using third variable in php ?

594


Why triggers are used in mysql?

530


Which framework is best for php?

501


How to remove blank spaces from the string?

532


What type of headers that PHP supports?

614


Which functions are used to remove whitespaces from the string?

612


Do you know how can we check the value of a given variable is a number?

517


What is the function used to change the root directory in PHP?

555