1.

What is the creation of a stored program similar to?(a) Trigger(b) Event(c) View(d) TableThe question was posed to me in final exam.Origin of the question is Putting PHP to Work topic in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The CORRECT option is (C) View

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