InterviewSolution
Saved Bookmarks
| 1. |
Without LOCAL, LOAD DATA is _________________(a) less efficient(b) more efficient(c) same speed(d) arbitrary |
|
Answer» The correct choice is (b) more efficient The explanation is: 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. |
|