While doing loading , indexes are built automatically(True or False)

  1. True

  2. False


Correct Option: A
Explanation:

The correct answer is A) True.

When data is loaded into a database, indexes can be automatically built on the specified columns. Indexes help improve query performance by allowing the database engine to quickly locate the rows that satisfy the search criteria. By automatically building indexes during the loading process, the database system can optimize the performance of queries executed on the loaded data.

Therefore, the statement that indexes are built automatically during loading is true.

Find more quizzes: