2
Answers

what will be d output of the following code segment?

Anjali Khan

Anjali Khan

7y
180
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)