wat iz self join write qeriry for table

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


Please Help Members By Posting Answers For Below Questions

How can you do the usability testing?

720


i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?

1571


What is mean by incident logging system ?

2032


what is meant by application server and its functions?

6167


how is market for testing in banglore,chennai,pune,delhi?

1714






How do u go about testing of web application?

1652


What is internationalization testing (i18n testing)?

728


Can list out some disadvantages of manual testing?

676


What is Windows Test Technologies? Where i will get all information of it.

3330


What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?

1584


What Is risk Based testing?

1512


When we are recording in WinRunner and interact with the AUT, what does WinRunner do?

1601


What is Bomb Testing?

1768


Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...

3644


Tell some examples of bug severity and bug priority?

642