He has given table attributes-
empid,empfirstname,emplastname,MangerID.And he asked write
query to display empfirstname and mangername?
Answers were Sorted based on User's Feedback
Answer / naveen kamatam
select a.employee_id,a.first_name,a.manager_id,b.first_name
from test a inner join test b
on a.manager_id=b.employee_id order by 1
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nandini p
For that you can use self join.
With in organization you will get manager name and their
mangers name, entire chain if you know the mangerid.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
defination of testing
what did your base to your test cases?
What types of documentation are used in qa?
what is agile testing when to perform this? have you performed agile testing anytime?please let me know more about this
how you get build from developer? pl answer it?wht is build ?
10.What is stub?
what are the microsoft six rules for usability?
What are the Techniques to be followed while writing the Test Cases?
WHAT ARE THE DOCUMENTS NEEDS TO BE SUBMITTED AS A PART OF TEST CLOSURE?
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
How the Error, Defect and Bug are related to each other ?.
Did you ever worked with BA's?
1 Answers Standard Bank, Wells Fargo,