A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(D)
  • Views: 30
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.