Home » MYSQL » Mysql Basic » Question
  1. Without LOCAL, LOAD DATA is _________________.
    1. arbitrary
    2. less efficient
    3. more efficient
    4. same speed
    5. 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.



Your comments will be displayed only after manual approval.