select * from emp where depto = &deptid,这里的&deptid称为:()

select * from emp where depto = &deptid,这里的&deptid称为:()

A.绑定变量

B.替换变量

C.形式变量

D.实际变量

正确答案是B