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
What is the big deal about ‘requirements’?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
What is smoke testing and what is sanity?
How do you define a testing policy?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
What is validation in software testing?
What is mean by Schedule report who is the responsible for generated that one ?
what are the status have in QC(Test Management Tool). and how you report?
What is user acceptance testing (uat)?
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
How can data caching have a negative effect on load testing results?
what is acid testing?
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
How to do the performance testing manually? Does you have a test case for that?
Test approach to windows update?