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 |
Difference between Client server application & Web based application?
3 Answers CMS, H5 Asia Pacific, IBM,
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
How will you decide defect seviourity and priority?
what is meant by Priority nad severity?
11 Answers HCL, Infosys, Verizon,
what is the entry and exit criteria for system testing in v model
find out the odd man out in following options GUI spy, Object Spy, Gui map editor, Inspector.
What is meant by Test Methodology?
what is the use of functional specification?
What is the difference between baseline and traceability matrix?
What is Rekey Defect?
What are the different is manual database checking types?
what is test harness and testability?