1.

Which of these return a result to the client?(a) Stored functions(b) Stored procedures(c) Triggers(d) EventsI had been asked this question in unit test.Enquiry is from Compound Statements and Statement Delimiters topic in chapter Stored Programs of MySQL

Answer»

Correct option is (a) Stored FUNCTIONS

Easy EXPLANATION: Stored functions return a result from a calculation and can be USED in expressions. Stored procedures do not return a result DIRECTLY but can be used to perform GENERAL computations.



Discussion

No Comment Found

Related InterviewSolutions