how to find nth highest salary
Answer Posted / bhanu prakash
SELECT TOP 1 * FROM (SELECT TOP N * FROM EMPSAL ORDER BY ID DESC) A ORDER BY ID
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When does a workload on SQL Azure get throttled?
Why is replication required on the sql server?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
What are the differences between left join and inner join in sql server?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is intellisense?
Explain the stored procedure?
What is the purpose of forms?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What is attribute relationships, why we need it? : sql server analysis services, ssas
What are the types of lock supported by ?
What is a trace frag?
Are all views updatable ?
What is difference between standardization and normalization?