A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(B)
  • Views: 26
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

Be the first to start discuss.