πŸ“Š MySQL
Q. What sets the association between one or more MyISAM tables and the named key cache?
  • (A) BEGIN
  • (B) NARROW
  • (C) ALTER DATABASE
  • (D) ALTER EVENT
πŸ’¬ Discuss
βœ… Correct Answer: (B) NARROW

Explanation: This question asks about how you tell MySQL which key cache to use for a MyISAM table. Key caches are used to store information about your tables' indexes, speeding up data access.

Explanation by: Ritu Nagar
This question asks about how you tell MySQL which key cache to use for a MyISAM table. Key caches are used to store information about your tables' indexes, speeding up data access.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
96%
Success Rate