With two numeric fields AA and BB, the percentage growth from AA to BB can be calculated as (B−A)/A∗100.0(B−A)/A∗100.0.
Add a new field to SELECT, aliased as growth_perc, that calculates the percentage population growth from 2010 to 2015 for each country, using p2.size and p1.size.