πŸ“Š MySQL
Q. Association between one or more MyISAM tables and the named key cache is set by . . . . . . . .
  • (A) BEGIN
  • (B) SELECT time();
  • (C) ALTER DATABASE
  • (D) ALTER EVENT
πŸ’¬ Discuss
βœ… Correct Answer: (B) SELECT time();

Explanation: BEGIN: This option is incorrect. BEGIN is typically used to initiate a transaction in MySQL, not to associate MyISAM tables with the named key cache. It is used in the context of transactional operations rather than cache management.

Explanation by: Sonali Mishra
BEGIN: This option is incorrect. BEGIN is typically used to initiate a transaction in MySQL, not to associate MyISAM tables with the named key cache. It is used in the context of transactional operations rather than cache management.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
92%
Success Rate