Q. To how many of these does the LOW_PRIORITY modifier apply to?
DELETE, INSERT, LOAD DATA, REPLACE
β
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.