MCQ Single Best Answer Easy

QWhich keyword is used to create a stored function in MySQL?

ID: #15530 Stored functions and triggers - MySQL 125 views
Question Info
#15530Q ID
EasyDifficulty
Stored functions and triggers - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A FUNCTION
  • B PROCEDURE
  • C TRIGGER
  • D TABLE
Correct Answer: Option A

Explanation

The keyword "FUNCTION" is used to create a stored function in MySQL. It is followed by the function name, input parameters, and the function body that contains the logic and calculations. A stored function is defined using the "CREATE FUNCTION" statement in MySQL.

Share This Question

Challenge a friend or share with your study group.