SOQL Queries in Salesforce
OR: It is used to combine multiple conditions within a query to retrieve records that meet at least one of the specified conditions.
SELECT Id, Name,Email, Industry FROM Account WHERE Industry = 'Technology' OR Industry = 'Media'