1.

What sets up an association between one or more MyISAM tables and the named key cache?(a) BEGIN(b) CACHE INDEX(c) ALTER DATABASE(d) ALTER EVENTThis question was posed to me in semester exam.My query is from SQL Statement Syntax (Non-Compound Statements) in division SQL Syntax of MySQL

Answer»

Right choice is (b) CACHE INDEX

The BEST I can explain: ‘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.



Discussion

No Comment Found

Related InterviewSolutions