Answer Posted / manish
Sometimes you need to join a table to itself. To find the
name of each employee’s manager, you need to join the
EMPLOYEES table to itself, or perform a self join.
The Query:
SELECT worker.last_name || works for || manager.last_name
FROM emp worker, emp manager
Where worker.emp_id = manager.emp_id;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Anyone tell me the test cases of Shopping Favorite
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What is Catapult Testing in E-Learning Domain?
can anyone help me regarding testing patterns?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
approx how long a simple website take time just for manual testing including report generation.
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
Explain unit testing, integration tests, system testing and acceptance testing?
what is mean by Performance Related Testing in data base?
What is bug release?
What is application programming interface (api)?
What is difference between cmmi and cmm levels?
How do you scope,organise and execute a test project.
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing