wat iz self join write qeriry for table

Answers were Sorted based on User's Feedback



wat iz self join write qeriry for table..

Answer / 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

wat iz self join write qeriry for table..

Answer / srinidhi patil

Joining A table to self is called as self join

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is meant by beta testing?

4 Answers  


How do you write DEFECT REPORT?

0 Answers  


What is Usability and Compatibility testing?

6 Answers   Covansys,


What is inter-operability?

1 Answers  


how do you determine what to test?

2 Answers  






static and dyanamic testing

2 Answers  


Describe V Model with the entry criteria of each Test Phase.

1 Answers   Fiserv,


how to retrieve the test data?

5 Answers   iSoft,


what is diffrerence between build and version

4 Answers   Hexaware,


Why would we not include these?

0 Answers  


How do you find synchronisation problems normally?

2 Answers  


How to do test if we have minimal or no documentation about the product?

5 Answers  


Categories