A

Admin • 828.70K Points
Coach

Q. Which of the following is TRUE about IN parameters in MySQL stored procedures?

  • (A) They can only return values
  • (B) They can only accept input values
  • (C) They work like both input and output
  • (D) They must always be NULL

Explanation by: Admin
IN parameters pass values into the procedure but cannot return values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.