can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / kumar_kisna
select max(salary) from table where salary<(select max
(salary) from table)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to see the event list of an existing trigger using sys.trigger_events?
What is collation?
How to use order by with union operators in ms sql server?
What are points to remember while using the fillfactor argument?
Does table partitioning improve performance?
What is co-related sub query?
What is sql server profiler trace data file?
What is 'write-ahead log' in sql server 2000 ?
Which language is supported by sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
Why olap is used?
What is exporting utility?
What does it mean to invest in the index?
What is indexed view? How to create it?
What is a fan-out query in SQL Azure?