how to find nth highest salary
Answer Posted / sameera chiluka
select secondMAXsal from emp
WHERE seconMAXsal = ((MAXsal)-1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find sql server instance name?
How to turn off warning messages during php execution?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
How to integrate the ssrs reports in application?
Can select statements be used on views in ms sql server?
What is difference between materialized view and view?
Do you know what is xpath?
How real and float literal values are rounded?
Which sql server table is used to hold the stored procedure script?
What is provisioning, billing and metering, and connection routing concepts in the service layer?
Can we join two tables without primary key?
How to edit table in sql server 2017?
What part does database design plays a role in performance of an sql server-based application?
How to create a scrollable cursor with the scroll option?
What is change tracking in sql server?