Por qué estás usando UNION entre la misma Table . Puede completar fácilmente esta consulta utilizando operators Me gusta
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
Espero que te funcione.