OR Operator Assignment Help

Assignment Help: >> Logical Operators - OR Operator

OR Operator

In the OR operator If either of the conditions evaluates to TRUE it returns TRUE value. Or else it will return FALSE.

Example

SELECT * FROM emp WHERE deptno=10 OR deptno=20;
This display would be as follows:

1768_OR Operator.png

The instance example for displays records of all the employees where the deptno is either 10 or 20.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd