how to get top two salaries from employee tables
Answer Posted / varu
This will be right answer for the query
Select * from empsal e where 2<=(select count(*) from empsal f
where e.sal>f.sal) order by sal desc
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between web based application and client server application?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com
What is baseline testing?
what are the 3 test tool categories and describe what each can do.
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Which criteria should take in account while doing CMS testing of any project?
define risk management system with example ?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What is reverse engineering?
1.what promted you to become involved in QA/Testing?
Explain the difference between alpha testing and beta testing.
What is test management?
What are bug leakage and bug release?
How do you test google or gmail application??tell me step by step process??