I want to create a view of the following select-query:
SELECT country_name, CAST(DATEDIFF(dd, birth_date, GETDATE())/365.25 AS INT) AS leeftijd, COUNT(countr