A

Admin • 833K Points
Coach

Q. Which of the following is more efficient?
LOAD DATA, INSERT

  • (A) LOAD DATA
  • (B) Show only columns (person_id, Fname, lname)
  • (C) Same
  • (D) Indeterminate
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question asks about the efficiency of two ways to add data to a MySQL table: LOAD DATA and INSERT.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.