Can any one give answer for this question. Suppose im having
employee table with fields, eno, ename, dept, address1,
address2, address3. In address field employee can fill only
address1 or address2 or address3... at a time he can fill
three address fields. now i want all employee names who
filled only one address field.. Plz its urjent can any one
give querry.. Thanks in advance.

Answers were Sorted based on User's Feedback



Can any one give answer for this question. Suppose im having employee table with fields, eno, ename..

Answer / raj

Select ename from employee
where (adress 1 is not NULL and (adress 2 and address
ISNULL)) OR (adress 2 is not NULL and (adress 1 and address
3 ISNULL)) OR (adress 3 is not NULL and (address 2 and
address 1 ISNULL))

Is This Answer Correct ?    29 Yes 0 No

Can any one give answer for this question. Suppose im having employee table with fields, eno, ename..

Answer / nitin sharma

select ename from employee where adress2 and adress3 is NULL;

Is This Answer Correct ?    5 Yes 13 No

Post New Answer

More Manual Testing Interview Questions

what is mean by funtionality testing and performance testing,and what is the difference?

6 Answers  


Suppose you have given a project which have less Requirement specification documents or say no specification what will your decision how will you conduct the testing.

2 Answers  


how would u ensure 100% coverage testing?

4 Answers  


Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.

4 Answers  


1. what are the qualities of a tester ?

1 Answers  






what is meant by Priority and Severity?

2 Answers   Crea,


What is the difference between smoke an sanity testing with example ?

7 Answers   Ness Technologies,


Can you explain regression testing and confirmation testing?

0 Answers  


i have two questions ,1)wat is sixsigmatesting 2)wat is stand alone project.plz anybody give the answer

1 Answers  


Need to know about Quality Center in brief

0 Answers  


Write 5 test cases for UAT of internet Banking system

2 Answers   Infosys, Zycus Infotech,


What are build and version please explain why number changes in build and version

2 Answers  


Categories