how to find nth highest salary
Answer Posted / udathayadav
select * from tablename.aliasname where nth=select
count(sal) from tablename where aliasname.sal<=sal
| Is This Answer Correct ? | 38 Yes | 26 No |
Post New Answer View All Answers
How do you size a resultset?
Why truncate is ddl command?
You want to use a perspective in an mdx query. How do you select the perspective?
How do I start sql server?
What are examples of triggers?
What is the sql case statement used for? Explain with an example?
What are the differences between user defined functions and stored procedures?
Explain about local stored procedure?
Why truncate is ddl?
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
Does a server store data?
How do I view a procedure in sql server?
What are different types of raid configurations? : SQL Server Architecture
Explain the commands in sql server?
Explain Geometry datatype in sql server 2008 with example