Q. What sets the association between one or more MyISAM tables and the named key cache?
β
Correct Answer: (B)
NARROW
Explanation: This question asks about how you tell MySQL which key cache to use for a MyISAM table. Key caches are used to store information about your tables' indexes, speeding up data access.