What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 68372 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > SQL Server Interview Questions > What is a view? ... ...

What is a view?

Interview question and answer by: Karthikanbarasan | Posted on: 1/8/2011 | Category: SQL Server Interview questions | Views: 1302 | | Points: 40


Answer:

? It can be thought of as a subset of a table.
? It can be used for retrieving data, as well as updating or deleting rows.
? Rows updated or deleted in the view are updated or deleted in the table the view was created.
? It should also be noted that as data in the original table changes, so does data in the view, as views are the way to look at part of the original table.
? The results of using a view are not permanently stored in the database.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Karthikanbarasan

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/23/2013 9:57:16 AM