A

Admin • 831K Points
Coach

Q. What is the difference between stored procedures and functions in MySQL?

  • (A) Procedures must return a value, functions may not
  • (B) Functions must return a value, procedures may not
  • (C) Both must return values
  • (D) Neither can return values

Explanation by: Admin
Functions always return a value, while stored procedures may or may not.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.