Home » MYSQL » Mysql miscellaneous » Question
  1. What sets the association between one or more MyISAM tables and the named key cache?
    1. CACHE INDEX
    2. BEGIN
    3. ALTER EVENT
    4. ALTER DATABASE
    5. None of these
Correct Option: A

‘CACHE INDEX’ sets up an association between one or more MyISAM tables and the named key cache which must already exist. The INDEX privilege is needed for each table named in the statement.



Your comments will be displayed only after manual approval.