Can you update the data in a view?

 Posted by Akiii on 6/2/2012 | Category: Sql Server Interview questions | Views: 3263 | Points: 40
Answer:

Yes, we can update the data in a view if proper privileges to the underlying tables are given.

A view is created by joining one or more tables. When you update record(s) in a view, it updates the records in the underlying tables that make up the view.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response