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

Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.

4 Answers   Flextronics, Syntel,


If a TESTER finds a defect in a WEB APPLICATION, and then raised a ticket to developer. But a developer was unable to reproduce the same defect, then what a tester must do. And what a tester needs to explain a developer...?

3 Answers   CSC,


what will be the Test case for ATM Machine & Coffe Machine?

2 Answers  


1. what is the test prcoedure that your fallowing in ur organization ? 2.

5 Answers   Infosys,


How to monitor test progress?

0 Answers   3i Infotech,






What are the recommended sites or books for software testing?

2 Answers  


hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance

0 Answers  


How can a tester ensure that his\her test cases covers all the functionalities of a particular application?

5 Answers   Accenture, Oracle,


if you have a test cases please send me on singhajay7786@gmail.com thanks in advance.

0 Answers  


Can we file a bug after UAT?

3 Answers   Keane India Ltd,


How do we find Pass and Fail percentage of Test Cases in Real Time. Anybody can explain it in Detail..Thanks is advance....

2 Answers   Symphony,


Find bugs in customer environment , That bugs is called 1. software Failure 2.Bugfix 3.Bugs 4.Error

3 Answers  


Categories