GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Oracle  >  SQL
Go To First  |  Previous Question  |  Next Question 
 SQL  |  Question 27 of 32    Print  
Which of the following statements is not true about views?

A. You can create an index on views
B. Views do not have permanent data
C. Views can be based on one or more tables
D. Views can be dropped without dropping tables


  
Total Answers and Comments: 8 Last Update: May 05, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 25, 2005 04:27:26   #1  
Debjani        

RE: Which of the following statements is not true about views?A. You can create an index on viewsB. View...
A. You can create an index on views
 
Is this answer useful? Yes | No
March 08, 2006 01:23:42   #2  
jyomuk Member Since: February 2006   Contribution: 1    

RE: Which of the following statements is not true abou...
ANS: D. Views can be dropped without dropping tables

 
Is this answer useful? Yes | No
May 26, 2006 06:40:28   #3  
Sujana        

RE: Which of the following statements is not true abou...

A. You can create an index on views

is the right answer since views are not permanent tables indexes cant be created on them


 
Is this answer useful? Yes | No
July 09, 2006 12:54:09   #4  
raksha        

RE: Which of the following statements is not true abou...

Hey Guys

Please make sure the answer is correct before posting it.

We can create an index on views. In Oracle these are called materialized views and these have been lately added in SQL Server 2000.

Raksha.


 
Is this answer useful? Yes | No
August 20, 2006 13:37:32   #5  
Madhuri        

RE: Which of the following statements is not true abou...

The answer is correct.

Views are different from Materialized views.

A view is a stored query or a virtual table. Unlike a table a view is not allocated any storage space nor does a view actually contain data.
A view requires no storage other than storage for the definition of the view (the stored query) in the data dictionary.

Materialized views are schema objects that can be used to summarize compute replicate and distribute data. A materialized view creates a real table requires storage space and this 'table' may be indexed analyzed and so on.


 
Is this answer useful? Yes | No
September 10, 2006 22:35:34   #6  
radha        

RE: Which of the following statements is not true abou...

please read the question again answers seems right if its true condition but the question is using word not true'

Thanx


 
Is this answer useful? Yes | No
September 13, 2006 22:49:54   #7  
siva ram        

RE: Which of the following statements is not true abou...
hi this is siva ram(OCP).the correct answer is b and rest of them are wrong(accordind to the question(which is not true))........................bye............than q
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
May 05, 2008 05:51:21   #8  
mates04 Member Since: May 2008   Contribution: 1    

RE: Which of the following statements is not true about views?A. You can create an index on viewsB. Views do not have permanent dataC. Views can be based on one or more tablesD. Views can be dropped without dropping tables
All the answers mentioned above are true. This Question was posted long back at that point of time indexing was not possible in view. Now in SQL Server 2000 and Oracle latest versions its posible..
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape