🎴 Flashcard Mode
Oracle Practice Test - 23
Card1 / 23
Mastered0
Review0
QuestionClick to flip
___________ is an area on disk which comprises of one or more disk files.
AnswerClick to flip back
A
A table space
💡 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.