InterviewSolution
Saved Bookmarks
| 1. |
What is the creation of a stored program similar to?(a) Trigger(b) Event(c) View(d) Table |
|
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. |
|