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 is test scenario? write the test scenarios for your project?please tell the answer? The Automobile Dealer Office Automation (ADOA) application fully automates all vehicle sales and service operations. The project will maintain information about vehicles, spare parts, services, customers, sales and invoices. It facilitates to stores info about job cards and it can generate job
3 Answers ABC Infotech, Cap Gemini,
HI Frnds Can u send the openings on 3+ Exp in ManulaTesting in CHennai
what is the outcome of testing?
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.
1. what is a date guidelines ?
Use of Regression Testing?
When bug is raised ?
what is android testing?
Write the test cases for sending a message through mobile phone (assuming all the scenarios )Its urgent .....
What made you pick testing over another career?
How do you scope,organise and execute a test project.
WAT IS RTVM?