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 |
Could anyone let me how to write test cases in Manual Testing with the real time examples.
what will be the usability testing of gmail's inbox page
Differentiate regular regression testing and final regression testing.
What test metrics do you provide to your client?
What is the difference bt QA and QC
What's Web-Enabled Application Measurement Tests
is it possible to check the Recording/play back in white box testing?
What is integration testing
how many testers r there in ur project?and hw did u divide ur work? plzzzzzzz answer
what are the release notes and what release note contains, when these prepared.
1.What is the traceability matrix template? Darw the all fields?
what is data base testing, explain with example