What is view?

 Posted by Rajni.Shekhar on 4/5/2012 | Category: Sql Server Interview questions | Views: 3295 | Points: 40
Answer:

View is like a table. It does not exist in physical memory. It can be called as a subset of tables. View can be applied more than one table also.Using view, you can update/delete in table on which view is created.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Hariinakoti on: 4/7/2012 | Points: 10
Good Question..

Login to post response