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

As soon as we get the build what type test we will do?and how?

5 Answers  


what is post-mortem testing?

1 Answers   GE, Wipro,


Difference between Severity & Priority?

14 Answers   IBM,


Hi Im Madhuri I have 1 Year of exp in Software Testing.I was involved in manual testing of the applications.Pls let me know if you know abt any oppurtunities...Preferred location Bangalore,Mumbai,Hyderabad

10 Answers   EDS,


When do you feel that testing should start now while developing an application.

1 Answers  






Give me an example of something you tried at work but did not work out so you had to go at things another way.

0 Answers   Ordain Solutions,


What is LOI Testing?

1 Answers  


IF i ask you to give priorities to 3 item in test plan, which item will come in??

1 Answers  


The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?

2 Answers  


how many testers r there in ur project?and hw did u divide ur work? plzzzzzzz answer

3 Answers  


What is meant by bucket testing?

1 Answers  


What type of testing skills we required for a testing.

3 Answers   DELL,


Categories