forest_area fa ON r.country_code = fa.country_code
WHERE
fa.forest_area_sqkm ISNOTNULL
AND la.total_area_sq_mi ISNOTNULL
AND la.year= fa.year;
Create a table that shows the Regions and their percent forest area (sum of forest area divided by the sum of land area) in 1990 and 2016. (Note that 1 sq mi = 2.59 sq km).