Web Development Reference will be useful to get to know all about the Dev elopement in all WEB technologies like .NET, ASP.Net, ADO.Net, Silver Light, XML, j Query, PHP, SQL server, WCF, WWF.
Friday, January 7, 2011
SQL Query, to get the Second Highest Salary
SELECT MAX(Salary) FROM dbo.Employee WHERE Salary <> (SELECT MAX(Salary) FROM Employee)
No comments:
Post a Comment