All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesTypology of protection - MARINE DOUNT
SELECT *
FROM (
SELECT countryCode as iso2, 'Natura 2000 sites' label,
Percentage_Marine_N2K_only value
FROM BISE.latest.ProtectedAreas_Stats_Type_Percentage
UNION ALL
SELECT countryCode as iso2, 'National laws' label,
Percentage_Marine_CDDA_only value
FROM BISE.latest.ProtectedAreas_Stats_Type_Percentage
UNION ALL
SELECT countryCode as iso2, 'Both' label,
Percentage_Marine_Overlap value
FROM BISE.latest.ProtectedAreas_Stats_Type_Percentage
) as ProtectedAreas_Stats_Type_Percentage
order by labelNo data