Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to know view store data,

when I execute,

SQL
select * from View


or It is contains data as table.
Posted

In database theory, a view consists of a stored query accessible as a virtual table in a relational database. A view does not form part of the physical schema: it is a dynamic, virtual table computed or collated from data in the database.

Refer below link:

http://www.c-sharpcorner.com/UploadFile/6cde20/concept-of-view-in-sql-server/[^]

Views In SQL Server[^]

http://en.wikipedia.org/wiki/View_(database)[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Nov-12 1:07am    
My 5.
--SA
Shanalal Kasim 11-Nov-12 1:43am    
Thanks
A view is only a logical representation of data.
Data is still stored in tables.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900