what is the output of the query select * from emp where 1=2
Answer Posted / vikas patil
It is used only for condition checking
for example select * From emp Where 1=2;
it will return 0 rows
select * From emp Where 1=1;
it will return all rows
select * From emp Where 1<2;
it will return all rows
select * From emp Where 1<=1;
it will return all rows
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Have you ever completely tested any part of a product? How?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
What are the different ways of doing black box testing?
Write all combinations of test cases for calculater on + symbel
What is Difference between Test Strategy and Test Methodology?
Can you explain requirement traceability and its importance?
What is meant my Firewall testing? how the testing is performed on it?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
How should your staff be managed? How about your overtime?
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
What exactly is quality control? Is it similar to quality assurance?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
aplitue questions will be based on wich type ?
Differentiate verification and validation?