Or Logical Operator
Returns True if either of the two conditions on both
sides is true.
Example
Name = 'Smith' or Name = 'Wong'
Retrieves the data for the names Smith and Wong.
Name = 'Smith' or Name = 'Wong'
Retrieves the data for the names Smith and Wong.