Search SchoolNGR

Monday, 06 April 2026
Register . Login

In SQL, which command is used to remove a stored function from the database?

In SQL, which command is used to remove a stored function from the database?
Take Free Practice Test On 2026 JAMB UTME, Post UTME, WAEC SSCE, GCE, NECO SSCE
  • A REMOVE Function
  • B DELETE function
  • C DROP function
  • D ERASE Function
Correct Answer: Option C
Explanation:
DROP FUNCTION removes the definition of an existing function. To execute this command the user must be the owner of the function. The argument types to the function must be specified, since several different functions can exist with the same name and different argument lists.

Share question on: