I'll try an example:
Table A, Table B, Table C, Table D exist and are tied into a view, View A,
where A.id = B.id2
AND A.id = C.id2
And A.id = D.id2
There is an addition of a new table, Table X, which contains id and id2 and text_field_1
View A currently pulls 1-3 fields (vf_1, vf_2...