1.

What returns a result to the client?(a) Stored functions(b) Stored procedures(c) Triggers(d) EventsI have been asked this question in an internship interview.The question is from PHP Overview in chapter MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Correct choice is (a) Stored functions

To explain I WOULD say: 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