• Two things. One, your code would simply look like this:

    select

    country + replicate(' ', 56 - len(country)) + currency_code from dbo.currency order by country;

    Two, be sure to use a fixed space font, not a proportional font, to display the output.