Write a query to find second highest salary of an employee.
Answer Posted / vikash
--SUPPOSE PRICE IS SALARY
SELECT
TOYNAME,TOYPRICE FROM TOY
WHERE TOYPRICE<(SELECT MAX(TOYPRICE) FROM TOY)ORDER BY
TOYPRICE DESC LIMIT 1;
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Give some examples for performance test tools?
On what basis you can map the success of automation testing?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
What are the frameworks available in rc?
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
Tell me what databases can test director reside on?
Tell us what is junit? And what is junit annotation?
how to test an webbased application?
Please name a couple of standard web function found in the function generator?
What are the steps involved in the automation process ?
How will you automate basic “login” functionality test cases for an application?
Tell us what methods of robot class do you know?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?