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

Is it Mandatory to use "ECP" & "BVA" Techniques for "LOGIN" Page???,Can any one tell me the correct answer ?,If Yes then why?

1 Answers  


what type of quetion may be asked for experienced person in manual tester of 1 year?

0 Answers   HCL, Xento,


How Requirement is linked with traceability matrix. Give proper example

1 Answers  


Is the regression testing can call it as Retest

7 Answers   Wipro,


what is smoke testing & sanity tasting?

5 Answers   IBM, Wipro,






can u plz give an example for regression testing with example.

2 Answers  


What is mean by Sanitation Testing?

17 Answers   Synergy,


What scripting language should tester know when his organisation using Automation tool like wise any tool? wht kind of script should tester should be familiar?

1 Answers  


what is ISTQB and CSTE which one is the right choice ? plz let me know and it would be a great advantage for many tester

1 Answers   Tech Mahindra,


If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.

0 Answers  


how do u perform regression testing,means what test cases u select for regression

6 Answers   IBM,


Hi! I have got an expirence of a year in Software(manual) testing...Kindly let me if there are any openings for the same,location :MUMBAI..i have got a knowledge of C++,sql (basic),java,and have done a automation testing course..

1 Answers  


Categories