-
The privilege that must be given to the database to create a stored function or procedure is ____________.
-
- CREATE PROCEDURE
- CREATE METHOD
- CREATE ROUTINE
- CREATE FUNCTION
- None of these
Correct Option: C
The ‘CREATE ROUTINE’ privilege must be given for the database in order to create a stored function or procedure. Stored functions and procedures always belong to a particular database.