This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes does views take any space in database? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "does views take any space in database?" Watch "does views take any space in database?" New topic
Author

does views take any space in database?

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 691
Below is the question i got in exam.



I maked 2 as answer, but the answer is wrong.So that means views take space in database .Is it correct ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
Yes, they do. Not for data, but for the description of the view - making answer #1 the correct one.


Android appsImageJ pluginsJava web charts
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Additionally, some databases like Oracle support materialized views. These require space for the data as well.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: does views take any space in database?
 
Similar Threads
query a resultset like CFQUERY
FOREIGN KEY
Is my MVC design under RMI reasonable?
Runtime intermediate storage - Design Problem
setAutoCommit()