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.
| 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 VIEWthanks in advancephanindra" |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-08-17 : 08:18:20
|
| Yes it will alter the values in tableJust create view based on table and do update on viewMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|