Want to know the 10th max salary in salary table

Answer Posted / amar banerjee

SELECT sal FROM salary SORT BY sal desc limit 9,1

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a session? How to remove data from a session?

508


What is a string in r?

500


What are the features of php 7?

495


Explain some most commonly use string functions in php?

493


Tell me how to create a session? How to set a value in session? How to remove data from a session?

494






Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani

1584


What is different types of visibility?

525


How to receive a cookie from the browser?

547


What is prepare in php?

505


What type of headers have to be added in the mail function to attach a file?

534


Explain difference between urlencode and urldecode?

546


What is the difference between require and include in php?

498


Differentiate between require and include?

529


What is an anti csrf token?

490


Do you know what is the differences between $a != $B and $a !== $B?

479