write a query which empname starts with A
Answers were Sorted based on User's Feedback
Answer / sneha.va
SELECT * FROM TABLE_NAME
WHERE EMPNAME LIKE 'A%'
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / bharath
select * from tab_name where upper(ename) like 'A%';
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the diference between defectage and billinterval period?
Difference between the stress and load testing?
1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what basis you will write the test cases 5. do you written the test scripts also 6. where do you store the test cases 7. where do you execute the test cases. 8. Do you prepare the requirements.
what is mean security testing ? define with example
Which model should we use and under what scenarios?
what do you mean by documentation testing
what is meant by adhoc testing?
What is Cause and Effect Technique .
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
Who will excatly assign the priority to the bug.. ...
Write testcase for delete functionality?
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly