select empid, empname ,empsalary from (select empid,empname,empsalary, ROW_NUMBER() over (Order by empsalary desc) as salary_order from tbemployee ) DT where DT.salary_order=3
Important SQL Interview Questions
What is a subselect? Is it different from a nested select?
A
subselect is a select which works in conjunction with another select. A nested
select is a kind of subselect where the inner select passes to the whe…Read More
Links For Asp.Net c#
Links For Asp.Net c#
Main---(http://dotnetcode4programmer.blogspot.in/2013/05/links-for-aspnet-c.html)
Links For Asp.Net c#
http://www.jankoatwarpspeed.com/reinventing-a-drop-down-with-css-and-jquery/ (Reinventing a Dr…Read More
0 comments:
Post a Comment