He has given table attributes-
empid,empfirstname,emplastname,MangerID.And he asked write
query to display empfirstname and mangername?

Answer Posted / sneha.va

Suppose 2 tables;
Employee : having columns
empid,empfirstname,emplastname,MangerID
Manager : ManagerID, Managername

SELECT A.EMPFIRSTNAME,B.MANAGERNAME FROM EMPLOYEE A INNER
JOIN MANAGER B
ON A.MangerID = B.MangerID

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test case for view the table(i.e it is already stored in database and see the content in the table)

2043


3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?

1693


What makes a good test engineer?

724


What is bug release?

702


What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)

1116






What is Mixed Testing

1628


How should your staff be managed? How about your overtime?

2757


what is TAS language which is used as a language for some projects/

1590


What kind of testing to be done in client server application and web application? Explain

740


Tell some examples of bug severity and bug priority?

630


Can you explain regression testing and confirmation testing?

697


What is decision table testing?

654


Can you explain process areas in cmmi?

625


what are the types of Bug?

1062


What are the tasks of test closure activities in software testing?

623