Oracle Database Administration I — Question 166

Which three are types of segments in an Oracle Database? (Choose three.)

Answer options

Correct answer: A, B, E

Explanation

The correct answers, A (undo), B (index), and E (tables), are all types of segments within an Oracle Database, which store and manage data. Options C (stored procedures), D (sequences), and F (clusters) do not represent segment types, as stored procedures are routines, sequences are database objects for generating unique numbers, and clusters are a method of storing related tables together.