Want to know the 10th max salary in salary table

Answer Posted / jose_100

SELECT SAL FROM SALARY_TABLE ORDER BY SAL DESC LIMIT 9, 10;

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why super () is used in java?

521


How can you compare objects in php?

496


Is laravel easy to learn?

513


Where to put php files in apache server?

501


How can I load data from a text file into a table?

556






What is meant by public, private, protected, static and final scopes?

524


How to remove values saved in the current session?

528


Where session is stored?

529


What is the current php version?

546


What are the main error types in php and how do they differ?

824


What is default session time and path in PHP. How to change it?

535


How to get the total number of values in an array?

514


How to run the interactive php shell from the command line interface?

519


What is the use of post in php?

495


What is 'float' property in css?

580