Hi Guys,

In this SQL Statement :

Select column1, column2, column3, from table1 where column1 = ? and column2 = ? and column3 = ?

What is the use of ? here, what is the value of ? here too.

appreciate your answers.