InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. If False, explain why.INSTEAD OF is a valid option only for triggers in a table. |
|
Answer» False. INSTEAD OF is a valid option only for views. INSTEAD OF trigger cannot be specified in a table. |
|