Home / Programming MCQs / MySQL MCQs / Question

A

Akshay Kulkarni • 3.46K Points
Extraordinary

Q. By using which clause, the mode is OUT, so you cannot specify a parameter mode for output bind arguments?

(A) USING Clause
(B) RETURNING INTO Clause
(C) Both A & B
(D) None of the above
By using the USING clause the default mode is IN, so we need not specify a parameter mode for the input bind arguements. With the RETURNING INTO clause the mode is OUT so we cannot specify a parameter mode for output bind arguements.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.