Can u pleae tell me how this works? I mean should i work these ? in order of parameter in the sql statement. Something like this

insert into table values ( ? , ? ) = insert into table values ( parameter1 , parameter2 )