5> DECLARE @MyNumber Int, @MyResult Int6> SET @MyNumber = 1447>8> SET @MyResult = SQRT(@MyNumber)9> GO1>