write a query which empname starts with A
Answer Posted / bharath
select * from tab_name where upper(ename) like 'A%';
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain steps in function points?
What is the difference between a standalone application, client-server application and web application?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
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
What is Independant Testing? When and where this type of testing will be performed?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What is big bang approach?
How to validate a Testcase.and is the testing Methodology.
What are the properties of a good requirement?
What are parametere require for Performance testing?
What is fuzz testing?
How to derive test data from the design documents?
What are the different servers and difference between them?
what are the types of Bug?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?