An employee table, with the columns id, name, sal and
dob.Query to select emp names of all highest salaries(there
are 4-5 people having the same salary which happens to be
the highest).
Answer Posted / n. pavankumar
select * from emp where sal in (select max(sal) from emp)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
can u plz give an example for regression testing with example.
What is performance tuning? What are tools of performance testing?
when database testing comes into manual tesing
how will u create diff types of scenario for any website?
You may be overqualified for this position we have to offer
write the test case for Bulb & Mobile phone
Explain the difference between severity and priority.
any one giv test cases for wordpad using equivalence class partioning
What is the difference between functional testing and integration testing?
Write the test cases for godaddy home page
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What is Test Design?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
In what situation would you want to parameterize a text verification check?
What are the different levels of manual testing?