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
Can you explain v model in manual testing?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
Name three reasons why the tester may choose to record in Context Sensitive mode.
i need some objective type papers for my certification
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
How did you do unit testing in your project?
When have you had to focus on data integrity?
write test case for linked in sign up page ?
What is smoke testing and what is sanity?
Explain severity with example and expalin each example?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
what is data guidelines
what is prototyping model,RAD model V model, spiral model?????
What are the basic forms of variations?