Bulk loading is less efficient than single row loading.
False
True
NA
NA
NA
Correct Option: A
In MySQL, bulk loading is more efficient than the single row loading. The key cache does not need to be flushed after each input record is loaded. It can also be flushed at the end of the batch of records.