Want to know the 10th max salary in salary table

Answer Posted / anz

SELECT sal FROM salary ORDER BY sal DESC 9,1

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mean by an associative array?

525


How can you retrieve data from the mysql database using php?

537


What is the definition of a session?

525


How to check a variable is an array or not in php?

499


What is the difference between session_unregister() and session_unset()?

561






What is the difference between nowdoc and heredoc?

525


How many data types are used by php?

499


How to get no. of rows using MYSQL function?

556


How to run a php script?

564


What is the method to execute a php script from the command line?

546


What are objects in php?

520


What are classes in php?

545


Is php a case sensitive language?

599


What is the difference between php traits vs interfaces?

478


How can you get the size of an image in PHP?

537