5> DECLARE @FullName VarChar(25)6> SET @FullName = 'George Washington'7> SELECT RIGHT(@FullName, 5)8> GO-----ngton(1 rows affected)