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

Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com

0 Answers  


Can anybody tell me how to write teste cases real time with a example.And what doc. u require for it.And what r the testing types u apply seriiiially on the application.REAL TIME PEOPLE ONLY.

4 Answers   Quest, State Bank Of India SBI,


Plz explan entry and exit criteria with example??? thanks

1 Answers  


For what purpose are virtual users created?

4 Answers  


What is quality center? What are the modules of quality center?

0 Answers  


How to write Test cases for pen in tabular form including all phase of test case like Test id, Test Objective, Prerequisite etc.

1 Answers  


Does we make documentation for all defects?

2 Answers  


HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further

1 Answers  


how to execute manual test cases? for example i have a test cases for atm/credit card purchase how to execute them.

1 Answers  


what is major challenges in Real time system testing? Explain the way of Testing for Real-Time Systems.

1 Answers   Crea,


what is the part of qa and qc in refinement v model.

2 Answers  


What is meant by Domain knowledge?What are the Domains?How many types of Domains are there?

6 Answers  


Categories