Discussion :: SQL Server MCQs
- Point out the correct statement :
A.
JDBC use parameter markers
|
B.
Parameter markers are question marks (?) that replace a constant in an SQL statement
|
C.
When forced parametrization is tried but fails, simple parametrization is still subsequently tried
|
D.
All of the mentioned
|
Answer : Option B
Explanation :
Parameter markers are bound to a variable
Be The First To Comment