If I update a view, will my original tables get updated

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-04-15T19:41:39Z Indexed on 2010/04/15 19:43 UTC
Read the original article Hit count: 121

Filed under:
|
|
|

suppose I have tables Employee, Locations. and I have a view viewEmpLocation which is made by joining Employee and Locations.

Now If I update the view, will data in original table get updated.

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about views