MCQ
Single Best Answer
Easy
QWhich statement is used to drop a stored function in MySQL?
ID: #15533
Stored functions and triggers - MySQL
117 views
Question Info
#15533Q 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 B
Explanation
The "DROP FUNCTION" statement is used to drop a stored function in MySQL. It removes the function definition and its associated code from the database. After dropping a function, it can no longer be invoked or used.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic