Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. To how many of these does the LOW_PRIORITY modifier apply to?
    DELETE, INSERT, LOAD DATA, REPLACE
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

The LOW_PRIORITY statement modifier influences the default scheduling policy of MySQL. This keyword applies to all the four: DELETE, INSERT, LOAD DATA, REPLACE. It also applies to UPDATE.



Your comments will be displayed only after manual approval.