how to find 2nd highest salary in random database salary of employer.....
Answer Posted / narendra sharma
select column_name from table_name order by column_name
desc limit 1,1
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Can you rename a database in mysql?
Explain % and _ inside like statement?
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
How does mysql store binary data?
How to create a table index in mysql?
What is a data directory?
What is max connections in mysql?
How to use case expression?
What happens if you no create privilege in a database?
Is sql similar to mysql?
Is mariadb faster than mysql?
Do I need python for mysql?
How do I start mysql in linux?
What does blob mean in mysql?
What is mysql data directory?