InterviewSolution
Saved Bookmarks
| 1. |
__________ is a contiguous group of blocks allocated for use as part of a table, index, and so forth.(a) Tablespace(b) Segment(c) Extent(d) BlockThis question was posed to me at a job interview.The question is from Data-Dictionary Storage in division Storage and File Structures of Database Management |
|
Answer» RIGHT answer is (C) Extent The BEST EXPLANATION: An extent is a set of contiguous BLOCKS allocated in a database. |
|