how to get top two salaries from employee tables
Answer Posted / maruti
select max(sal)
from emp
where sal < (select max(sal) from emp);
with this query u ll get second largest sal of that table
if u want to know max (sal) then it ll be...
select Max(sal)
from emp;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write test cases on wall
How do you go about testing a project?
hai friends can u expalin about real time process of testing at the company, like flow diagram
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me
qtp9.2 and qtp10.0 difference
Explain the advantages of automation over manual testing?
how will the test plan is pepared in ur organisation>?
Why you are selected software testing as career ?
Can you explain requirement traceability and its importance?
What is defect cascading in software testing?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
What are testing techniques? What is difference between general and specific?
What are some best practices that you should follow when writing test cases?
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???