Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. The number of tables for which DELAYED works is _________________.
    MyISAM, MEMORY, ARCHIVE, BLACKHOLE
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

The ‘DELAYED’ statement modifier that influences the default scheduling policies of MySQL works for the following tables: MyISAM, MEMORY, ARCHIVE and as of MySQL 5.1.19, also for BLACKHOLE tables.



Your comments will be displayed only after manual approval.