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


Please Help Members By Posting Answers For Below Questions

What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7091


What are the main key components in Web applications and Client Server applications? and their differences?

1501


How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?

1712


3.if a questions asked as,what is the quality standards you are following? what i need to tell.

1367


what are the types of Bug?

1064






what could be the (realtime)bugs you come across in job portal and health care projects in terms of 1. high severity n low priority 2. high severity n high priority 3. low severity n low priority 4. low severity n low priority? pls its very urgent thanks n in advance n lukin forward for reply

1705


What are the different levels of manual testing?

676


What is quality center? What are the modules of quality center?

681


what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important

1491


how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc

1481


What is CVS and why it is used?

1380


can u merge 10GUI map files into a single GUI map file in winrunner?

1560


what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance

1445


Functional and Integration test scenarios for actitime application

6376


Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases

1616