2
Answers

what will be d output of the following code segment?

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)