A

Admin • 833K Points
Coach

Q. Which privilege must be given to the database to create a stored function or procedure?

  • (A) CREATE ROUTINE
  • (B) CREATE METHOD
  • (C) CREATE FUNCTION
  • (D) CREATE PROCEDURE
  • Correct Answer - Option(A)
  • Views: 32
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question asks about the specific privilege required to create stored functions and procedures in MySQL. Stored functions and procedures are like reusable blocks of code that you can call to perform specific tasks within your database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.