-
Without LOCAL, LOAD DATA is _________________.
-
- arbitrary
- less efficient
- more efficient
- same speed
- None of these
Correct Option: C
LOAD DATA is more efficient without LOCAL. Without LOCAL, the file must be located on the server. The FILE privilege must be given. The server can read the file directly from disk.