0
What is differnce between AND & OR?
3 Respostas
+ 4
AND means both x an y must be found togeather in one condition 
OR only x or y must be found in the condition 
+ 2
Okkk Thnk u
+ 2
You have x and y conditions.. 
If you need to tell your query x and y must be found use AND. 
But if you need to tell it if x found or y found use OR. 



