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  >  Mainframe  >  DB2

 Print  |  
Question:  What is a view? Why use it?

Answer: A view is a virtual table made up of data from base tables and other views, but not stored separately.


October 10, 2005 13:34:01 #1
 Nimesh   Member Since: Visitor    Total Comments: N/A 

RE: What is a view? Why use it?
 

every time a view is accessed the data in it is refreshed

     

 

Back To Question