-
Which privilege is enabled to create of alter a stored function?
-
- TOP
- SUPERIOR
- SUPER
- PRIOR
- None of these
Correct Option: C
In order to create or alter a stored function, the SUPER privilege should be given in addition to the CREATE ROUTINE privilege that is normally required. Depending on the DEFINER value in the function definition SUPER might be required.