1.

The privilege that must be given to the database to create a stored function or procedure is ____________(a) CREATE ROUTINE(b) CREATE METHOD(c) CREATE FUNCTION(d) CREATE PROCEDUREI had been asked this question by my college professor while I was bunking the class.Enquiry is from Updating MySQL in section General MySQL Administration of MySQL

Answer»

The CORRECT choice is (a) CREATE ROUTINE

Easy EXPLANATION: 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.



Discussion

No Comment Found

Related InterviewSolutions