When would you typically use an Input parameter?
1. When the parameter value is created based on user input
2. When the parameter is used to send data from the application to the database
3. When the command is set to execute a statement with a WHERE clause
4. When the parameter value is passed to an INSERT statement

Options
- 1, 2
- 1,2,3
- 2,3
- 4


CORRECT ANSWER : 2,3

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement