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

1. what is a test bed ?

2 Answers  


hi,I want to learn testing concepts. But, actually, at least, I don't have basic knowledge about testing. but, my desire is to learn testing concepts. But, I don't know, which material is good?And which site is good to learn testing concepts. Please, could any one help me regarding this? If any one have good material with you, with out feel, kindly forward that material to me? Please, do this help for me. Thanks in Advance. my mail id is gopimanchella@gmail.com BEST REGARDS M.MurthySharma.

7 Answers  


what is agile testing?

10 Answers   Wipro,


Nowadays Product based testing is done is almost all companies. What does a "Product" actually means.

3 Answers  


What are the different strategies for rollout to end users?

0 Answers  






what are reviews(eswar)

3 Answers  


Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.

0 Answers   IBM,


What are all the test metrics following by comapany?

2 Answers  


what is meant by Adapt testing?

1 Answers  


can any help the difference b/w incremental integration testing & integration testing & system & funtional testing

1 Answers  


what is call-pair ,cross testing,

2 Answers  


What is Low level design & High level design? and brief description.

1 Answers  


Categories