I was going through the code, I found one query where "?"mentioned. query is
select distinct from A inner join B ON A.c =B.a and A.x=B.f and A.x=?
here what is the meaning of A.x=? , not able to understand. is it something with runtime value, if yes then how ? will take runtime parameter.