

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following query cannot be parameterized according to the rules of forced parameterization? |
A. | SELECT * FROM Person.Address |
B. | SELECT * FROM Person.Address |
C. | SELECT * FROM Person.Address |
D. | All of the mentioned |
Answer» B. SELECT * FROM Person.Address | |