Answer Posted / devasundaram
SELECT salary FROM Employee_table ORDER BY salary DESC LIMIT 1,1
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
Which function would you use to insert a record into a database in php?
What is a composer?
Tell me what is the difference between ereg_replace() and eregi_replace()?
How can you get the size of an image in PHP?
What is $_session in php?
What are the differences between GET and POST methods in form submitting?
What are the ways to include file in php?
Tell me how can we determine whether a variable is set?
Is gender a dependent variable?
How to pass an argument to a function?
How would you declare a function that receives one parameter name hello?
What is the best php framework 2018?
What are super global variables in php?
What is framework? How it works? What is advantage?
What is difference between print and echo in php?