4> DECLARE @FullName VarChar(25)5> SET @FullName = 'George Washington'6> SELECT LEFT(@FullName, 5)7> GO-----Georg(1 rows affected)