Which conditions are equivalent to the one in the query?

manufacturer = 'Bentley' OR manufacturer = 'Jaguar'manufacturer = 'Bentley' AND manufacturer = 'Jaguar'

manufacturer = 'Bentley' OR manufacturer = 'Jaguar'.