1.

How is a stored procedure invoked?(a) INVOKE(b) SEE(c) CALL(d) RETURNThe question was posed to me by my school teacher while I was bunking the class.Question is from Internal Security: Preventing Unauthorized Filesystem Access topic in portion Access Control and Security of MySQL

Answer»

Correct OPTION is (c) CALL

Easy explanation: In MYSQL, a stored PROCEDURE is INVOKED using the CALL statement. A stored procedure does not have a return value but can modify its parameters. It also returns some result sets.



Discussion

No Comment Found

Related InterviewSolutions