write a query which empname starts with A

Answers were Sorted based on User's Feedback



write a query which empname starts with A..

Answer / sneha.va

SELECT * FROM TABLE_NAME
WHERE EMPNAME LIKE 'A%'

Is This Answer Correct ?    18 Yes 0 No

write a query which empname starts with A..

Answer / nandini p

using %
in where empname like 'A%

Is This Answer Correct ?    8 Yes 0 No

write a query which empname starts with A..

Answer / jako

Select * from table_name where empname like 'A%'

Is This Answer Correct ?    3 Yes 0 No

write a query which empname starts with A..

Answer / bharath

select * from tab_name where upper(ename) like 'A%';

Is This Answer Correct ?    2 Yes 0 No

write a query which empname starts with A..

Answer / viraj

Select * From Emp
where
empname ilike 'A%

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What are all the basic elements in a defect report?

4 Answers  


Can you tell me what is boundary value analysis and Equivalence partitioning, and error guessing with examples

5 Answers  


What is Defect Leakage?What Gap Analysis? What are the functioanl requirements to test the Software? What is Latency bug?

1 Answers   Crea, Yardi,


I need to know, what is Traceability matrix? How, Who and where we prepare it? What are contents of it?

2 Answers  


hi all, please let me know how to down load QTP from internet?

1 Answers  






WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?

2 Answers   RBS,


which testing is better equivalenc partitioning or bouandary value analysis and why?

4 Answers   HCL, Hewitt, MNC,


Do you know of metrics that help you estimate the size of the testing effort?

1 Answers  


What is test out put?

0 Answers   Amdocs,


diffrence between srs and frs

5 Answers   Sonata,


you filed a bug that has high severity & high priority what happens till it gets fixed(that means what u do till it gets fixed)? Urgent

3 Answers   3i Infotech,


What is meant by thin point in QTP

0 Answers  


Categories