how to find nth highest salary
Answer Posted / yoursguna@gmail.com
SELECT * FROM `salary_table` group by `salary` order by
`salary` desc limit 1,1
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the minimum recommended amount of ram for sql server 2012 enterprise?
what is the primary use of the model database? : Sql server administration
What are the types of database recovery models?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
what are the different types of replication you can set up in sql server? : Sql server database administration
What is ssrs?
What are the different kinds of ssrs reports?
What do you mean by recursive stored procedure?
What is sql language?
What is awe?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
Explain the various types of concurrency problem?
Do you know the isolation level that sql server support?
Where are sql server user names and passwords stored in sql server?
Explain what is the difference between a local and a global temporary table?