InterviewSolution
Saved Bookmarks
| 1. |
In the database directory of the database each view and trigger object is associated with how many files?(a) 0(b) 1(c) 2(d) 3 |
|
Answer» Right option is (b) 1 Easy explanation: Each view and trigger object is associated with one file in the database directory of the database containing that object. A view consists of a .frm file that contains the view definition. |
|