Multiple choice

The USERS table has thousands of rows and is accessed very often with an index (ISERID_NDX) on a primary key (USER_ID). Where should USERS and USERID_NDX be stored?

  1. Different tablespace on different disks33

  2. Same tablespace

  3. SYSTEM tablespace

  4. Same tablespace on different disks

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

Different tablespace on different disks33