Q. To how many of these does the LOW_PRIORITY modifier apply to?
DELETE, INSERT, LOAD DATA, REPLACE

  • (A) 1
  • (B) !=
  • (C) 3
  • (D) 4
πŸ’¬ Discuss
βœ… Correct Answer: (D) 4
Explanation: In MySQL, the LOW_PRIORITY modifier is used to tell the database to prioritize other queries over the one with this modifier. It basically makes the query wait in line behind other queries.
Explanation by: Ritu Nagar
In MySQL, the LOW_PRIORITY modifier is used to tell the database to prioritize other queries over the one with this modifier. It basically makes the query wait in line behind other queries.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
96%
Success Rate