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  >  Oracle  >  SQL

 Print  |  
Question:  View - Base Tables

Answer: Does View occupy memory? If we delete the base table of existing view, What happens?


October 10, 2008 09:14:53 #2
 oozaifa   Member Since: October 2008    Total Comments: 4 

RE: View - Base Tables
 
View does not occupy an actual database memory it just an virtual table once we delete the base table the view will not execute.
     

 

Back To Question