单项选择题

交换两个变量a,b的值的语句为(         )。

A.set @t=@a
set @a=@b
set @b=@t
B.set @a=@b
set @b=@a
C.set @a=@b
set @t=@a
set @b=@t
D.set @b=@a
set @a=@b