Home > Definition > SQL server > What is a View?

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:

  User Responses | Post Definition
 No Response found!
  Recent Posts
* what is bubbled event in .NET? (333) by Shiva on May 4 2011 1:09AM
* What is a satellite assembly in .NET? (415) by Shiva on May 4 2011 12:22PM
* What is viewstate in ASP.NET? (649) by Narain_Siddharth on May 8 2011 4:27AM
* What does SOAP stands for? (283) by Spidy on May 17 2011 5:30AM
* What does WSDL stands for? (256) by Spidy on May 17 2011 5:31AM
  Submit feedback about this definition
Please sign in to post feedback