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
πŸ’¬ Discuss
βœ… Correct Answer: (A) LOAD DATA
Explanation: This question asks about the efficiency of two ways to add data to a MySQL table: LOAD DATA and INSERT.
Explanation by: Pooja
This question asks about the efficiency of two ways to add data to a MySQL table: LOAD DATA and INSERT.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
92
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
99%
Success Rate