Multiple choice technology databases

A Tablespace can hold objects from different Schemes.

  1. True

  2. False

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

A tablespace is a logical storage container that can hold database objects (tables, indexes) from multiple schemas. Schemas are logical namespaces for users, while tablespaces are physical storage structures - they're independent concepts. This is a fundamental Oracle architecture feature allowing flexible storage management.