• Bill Talada (8/1/2014)


    Views might work for a small subset of DDL changes since views are rarely update-able when based on more than one table. How can you handle a case where a denormalized child table column gets moved up into a parent table?

    Views are updatable with more than one table in their definition. You just can't update more than one table at a time through a view.