Which is a default parameter type if it is not explicitly defined?

Options
- OUT
- IN
- IN OUT
- OUT IN


CORRECT ANSWER : IN

Discussion Board
IN Type Parameter

If a parameter is not explicitly defined a parameter type, then by default it is an IN type parameter. IN type parameter is used to send values to stored procedures.

Prajakta Pandit 02-21-2017 03:29 AM

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