2
Answers

what will be d output of the following code segment?

Photo of Anjali Khan

Anjali Khan

8y
2.1k
1
hi frnds
 
wt is the output for the below code ?
 
declare @my_name char(10) = 546875.5 
set @my_name = @my_name + '100'
select @my_name

Answers (2)