A

Admin • 833K Points
Coach

Q. The data rows of a MyISAM table are stored in

  • (A) data file
  • (B) index file
  • (C) log file
  • (D) error file

Explanation by: Admin

the data rows of the myisam table are stored in a data file and the index values are stored in a separate index file. in mysql, for a myisam table, there can be more than one indexes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.