On Mon, Feb 14, 2005 at 15:25:15 -0500,
Milla Erdee <millueradfa(at)yahoo(dot)com> wrote:
> The updating view syntax in many cases might be preferred in certian
> cases and other types of syntax in other cases, and it should be up to
> the programmer to decide which is best for a certian application.. A
> certian syntax might be best for a certian case but another might be
> best for another case. By the way, Updating views is where you can
> update a table with INSERT, DELETE, UPDATE etc through a view.
You can create rules on a view so that you can do INSERT, DELETE or
UPDATE using a view name as a table and have changes take place.