Multiple choice technology databases

Load utility will rebuild the index of the table that is loaded?

  1. True

  2. False

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

True. The LOAD utility rebuilds indexes after loading data, especially when using REPLACE method which deletes existing data. For INSERT method or with certain options, indexes may be incrementally updated, but LOAD always ensures index consistency by rebuilding or updating them.