|
Re: how is that a block in a table can have more than one tables record? [message #90687 is a reply to message #90686] |
Mon, 02 August 2004 09:14 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
I think that is just bad wording. A table (or index) is a segment. A segment consists of one or more extents. An extent consists of one or more blocks.
If you had a Master and a Detail table, you could create them as a cluster. The common fields (PK, FK) of the two tables would only be stored once so in that regard you could have two tables both having columns in the same block, but not simply different rows from arbitrary tables.
|
|
|