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 the difference between reporting and testing? which one is good to choose as a carrer?

2 Answers  


1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project

0 Answers  


What kind of inputs do we need from the end user to start proper testing?

1 Answers  


Can you explain the different maturity levels in staged representation?

0 Answers  


what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?

3 Answers   Intelligroup,






What r block box technique

5 Answers   Four soft,


What is way of writing testcases for database testing?

1 Answers   Crea,


How to do credit card (banking application) security testing?

5 Answers   CA,


What is CMM-1,2,3,4,5 Level Company? How much levels are there like CMM?

3 Answers  


Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?

0 Answers   iQuest,


How to write Test cases for pen in tabular form including all phase of test case like Test id, Test Objective, Prerequisite etc.

1 Answers  


How many Test case we can write to test MS Excel(for System Testing)

2 Answers  


Categories