kind of a general question, that I haven't been able to get the answer to.
So for a given table has columns A,B,C,D,E... and new column F was added.
There is a dynamic query (uses bind variables) that selects from columns A, B, C.
Does the addition of the column F have an impact on the dynamic query even if F is not one of the columns being selected from?