Home » MYSQL » Mysql Setup » Question
  1. The privilege that must be given to the database to create a stored function or procedure is ____________.
    1. CREATE PROCEDURE
    2. CREATE METHOD
    3. CREATE ROUTINE
    4. CREATE FUNCTION
    5. 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.



Your comments will be displayed only after manual approval.