InterviewSolution
Saved Bookmarks
| 1. |
A ________ is a logical grouping of database objects, usually to facilitate security, performance, or the availability of database objects such as tables and indexes.(a) Tablespace(b) Segments(c) Extents(d) BlocksThe question was posed to me in homework.I want to ask this question from Data-Dictionary Storage topic in portion Storage and File Structures of Database Management |
|
Answer» RIGHT choice is (a) Tablespace Easiest EXPLANATION - A tablespace is a storage LOCATION where the actual data underlying DATABASE objects can be kept. |
|