Multiple choice technology web technology

How many indexes are built if a record has 3 Search keys and 2 Alternate Search Keys

  1. 3

  2. 2

  3. 0

  4. 5

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

When a record has Search Keys defined, PeopleSoft automatically builds indexes for them (one index per Search Key, or a composite index if multiple). Alternate Search Keys don't automatically generate indexes; they're primarily for search assistance in PeopleSoft query tools. So with 3 Search Keys and 2 Alternate Search Keys, only 3 indexes are built automatically.