how 2 find out nth salary.plz write sql qurires
Answer Posted / jethva_trupti
SELECT TOP 1 salary
FROM (
SELECT DISTINCT TOP N salary
FROM dbo.empsalary
ORDER BY salary DESC) a
ORDER BY salary
where N can be any number
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
What type of metrics would you use?
How to do integration testing on duster......
What is a critical bug?
You may be overqualified for this position we have to offer
i have 2.5 years of experience in manual testing and qtp. can anyone say me what kind of questions do they ask on manual testing and qtp.
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
how we write test cases to brs,srs,hlds,llds
Write notes on apparel testing equipments.
What is the difference between authentication and authorization in web testing?
What is a testing process / lifecycle?
!what are the entry criteria for antomation testing ?
hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail
Which testing model is best as per your understanding, and why?
What are some best practices that you should follow when writing test cases?