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

Choose the Best Option

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

  • A DROP PROCEDURE
  • B DROP FUNCTION
  • C DROP TRIGGER
  • D DROP DATABASE
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.

Share This Question

Challenge a friend or share with your study group.