1.

Without LOCAL, LOAD DATA is _________________(a) less efficient(b) more efficient(c) same speed(d) arbitraryI got this question by my school principal while I was bunking the class.I would like to ask this question from MySQL Components in portion MySQL Administration of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions