Vidyalelo
MySQL · Q74

MySQL

Programming · MySQL · question 74

Q74

The IN, OUT and INOUT keywords do not apply to stored functions.

A.
True
B.
False
Answer

Answer: Option B

Solution

Answer: Option B
Solution:
In MySQL, the IN, OUT, and INOUT keywords are used to specify parameter modes in stored procedures and functions. We need to determine whether these keywords apply to stored functions.

The correct option is Option B: False.