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
posted Jul 17, 2011 12:25:53
0
Yes, they do. Not for data, but for the description of the view - making answer #1 the correct one.
Android apps – ImageJ plugins – Java web charts
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
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
subject: does views take any space in database?