how to find the 2nd higgest salary in the column for example
take table name is employee?
And also find bottom 2nd lowest salary ?
Answer Posted / arrry.net
Select top 1 salary from tbl_registration where salary in
(SELECT TOP 2 salary from tbl_registration)
order by salary desc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the method while we are using adapter and dataset ?
What are relation objects in dataset?
What are bindings?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is code access security (cas)?
Explain the types of memory management? : .NET Architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
How can I create a application?
how to change row background color in gridview
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What are the important principles of soa (service oriented architecture)?
What does this do? Gacutil /l | find /i "corillian"
How do we do authentications using atlas?
What re interop services?
Define a managed code? : Dot net architecture