What is a View?
by
San
on
Jan 10, 2012
Category:
SQL server
|
Views:
26
|
Points:
25
|
Bronze ★
|
|
|
A view is virtual table based on result set of sql statement which contains rows and columns just like real table. The fields in view are fields from real tables in the databases. Ex: Create VIEW [view_name] as select Column_Name from table_name where condtion
|
Like this definition? Bookmark and Share:
|
|
|
|
No Response found!
|
|
|
|
|