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