GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database

 Print  |  
Question:  What is view? Types of views?use of views?how to create view(syntax)?



October 10, 2007 07:17:44 #4
 sari_pot   Member Since: October 2007    Total Comments: 3 

RE: What is view? Types of views?use of views?how to c...
 
A view is a virtual table whose contents are defined by a query.As per sql server 2005 we can create standard,indexed and partitioned views.
     

 

Back To Question