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.
Saying that two entities are functionally dependent means that ________.
A) the entities are always connected by a mathematical equation
B) for one of the entities, if we are given the value of that entity, we can determine the
value of one other entity
C) for both of the entities, if we are given the value of one entity, we can determine the
value of the other entity
D) the functional dependency will have to be removed through normalization
The second step in assessing table structure includes ________.