-
Association between one or more MyISAM tables and the named key cache is set by _____________.
-
- ALTER DATABASE
- ALTER EVENT
- CACHE INDEX
- BEGIN
- None of these
Correct Option: C
‘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.