True/False
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 an INSTEAD OF trigger.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: SQL views are always updatable when _.<br>A)the
Q27: Based on the table below,a function to
Q28: The SQL keyword MODIFY is used to
Q29: If you have a foreign key in
Q30: SQL views are not used _.<br>A)to hide
Q32: What is embedded SQL,and what considerations are
Q33: Discuss what is meant by a data
Q34: When a trigger is fired,the DBMS makes
Q35: The SQL keyword PRIMARY KEY is used
Q36: A stored program that is stored within