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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic