wat iz self join write qeriry for table
Answers were Sorted based on User's Feedback
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 |
Answer / srinidhi patil
Joining A table to self is called as self join
| Is This Answer Correct ? | 2 Yes | 0 No |
What tool do you use in mobile testing?
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
0 Answers QA, SmartData, Yahoo,
What is the differnt between Test condition and TesT Scenario
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
Explain Application boundary?
Can anyone list out major scenarios for an application managing drug composition?
in SDLC,at what phase life cycle stops?and what are the input and output of each phase?
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
What is mean by multi-threading testing?
What are the contents in "Requirements Traceability Matrix" not in " Test Responsibility Matrix"?
I am a B.COM graduate. I have studied all the theorotical aspects of manual testing. How can i get in to testing without practical exp. And even if i manage to get a job, i want to know whether i will be able to do my job, being i am new to software field.
How can you conduct Database testing manually?...