I am creating a HUGE query with 5 or 6 join, and want to turn this into a view. But, I need too be able to update this view. Is this possible?
By update, I mean, run an SQL UPDATE command, alter a value, and then let the changed values filter through to the appropriate tables.