-
Loading is faster when a table has no indexes than when it is indexed.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
Loading is faster when a table has no indexes. If there are indexes, the contents of the row should be added to the table and each index must also be modified to notify the addition of the new row.