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
πŸ’¬ Discuss
βœ… Correct Answer: (A) CREATE ROUTINE
Explanation: 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.
Explanation by: Ram Avtar Sharma
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ram Avtar Sharma
Publisher
πŸ“ˆ
82%
Success Rate