1.

The creation of a stored program is similar to the definition of a _______________(a) Trigger(b) Event(c) View(d) TableThe question was asked in an interview.I need to ask this question from Security for Stored Programs and Views in chapter Stored Programs of MySQL

Answer»

Correct choice is (c) VIEW

To explain: When a stored program is CREATED, an OBJECT is created that is to be executed LATER. This also the case when a view is defined: It sets up a SELECT statement intended for later invocation.



Discussion

No Comment Found

Related InterviewSolutions