All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesNatura 2000 species table
SELECT ltrim(str(id_eunis,10)) as id_eunis,
code_2000,
scientific_name,
species_group_name,
number_sites,
number_countries
FROM BISE.latest.Species_Information
WHERE LEN(code_2000) > 0
ORDER BY scientific_nameNo data