Solved

If the Values in an SQL View Are Not Changeable

Question 100

Multiple Choice

If the values in an SQL view are not changeable through the view itself,you may still be able to update the view by using unique application logic.In this case,the specific logic is placed in ________.


A) a BEFORE trigger
B) an INSTEAD OF trigger
C) an AFTER trigger
D) Depending on the specific logic,either A or B can be used.
E) Depending on the specific logic,any of A,B,or C can be used.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions