Home » MYSQL » Mysql miscellaneous » Question
  1. The default scheduling property of MySQL is implemented by how many of these?
    MyISAM, MERGE, MEMORY
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: A

The MyISAM, MERGE and the MEMORY storage engines implement the default scheduling policy of MySQL with the help of the table locks. Whenever a client accesses a table a lock for it must be acquired first.



Your comments will be displayed only after manual approval.