1.

The number of values returned from a stored procedure can be _______________(a) 0(b) 1(c) 2(d) 3The question was posed to me during an internship interview.Enquiry is from Updating MySQL topic in portion General MySQL Administration of MySQL

Answer»

Right choice is (a) 0

Best explanation: In MySQL, UNLIKE the stored functions, the stored PROCEDURES cannot RETURN values. They can be used to PERFORM calculations or produce the result sets PASSED back to the clients.



Discussion

No Comment Found

Related InterviewSolutions