5> DECLARE @MyNumber Int, @MyResult Int 6> SET @MyNumber = 144 7> 8> SET @MyResult = SQRT(@MyNumber) 9> GO 1>