Or - selects a record where the column contains value_1 or value_2.

SELECT column_1 FROM [table] WHERE (column_1 = value_1 OR column_1 = value_2)