InterviewSolution
Saved Bookmarks
| 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 |
|