-
Which privilege must be given to the database to create a stored function or procedure?
-
- CREATE PROCEDURE
- CREATE FUNCTION
- CREATE METHOD
- CREATE ROUTINE
- None of these
Correct Option: D
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.