Multiple choice

___________ is an area on disk which comprises of one or more disk files.

  1. A package

  2. A table space

  3. A partition

  4. Heap

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A tablespace is a logical storage container in Oracle databases that consists of one or more physical data files on disk. It provides a layer of abstraction between database objects (tables, indexes) and physical storage, allowing administrators to manage disk space efficiently. Tables, indexes, and other schema objects are stored within tablespaces.