What is the ans for the below query I gave d and like 2but i
Hi frnds
What is the ans for the below query I gave d and like 2but it's a wrong.
which will be the output of the following code segment?
Declare @my_name char(10) = 546875.5
Set @my_name = @my_name +'100'
Select @my_name
1. 546875.5100
2. 546975.5
3. 546875.5
4. Conversation failed
5. None of the given output