Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Altering views will it reflect the original tables.....

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-08-17 : 08:15:34
phanindra writes "Hello all,

I am phanindra....

I have a question sir/madam,

suppose we have an view named "VIEW" for a table named "TABLE"

will the values in the TABLE alter if we change it in VIEW

thanks in advance
phanindra"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-08-17 : 08:18:20
Yes it will alter the values in table
Just create view based on table and do update on view

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -