1.

How Many Tables Will Create When We Create Table, What Are They?

Answer»

The ‘.frm’ file STORES the table DEFINITION.
The data file has a ‘.MYD’ (MYData) EXTENSION.
The INDEX file has a ‘.MYI’ (MYIndex) extension.

The ‘.frm’ file stores the table definition.
The data file has a ‘.MYD’ (MYData) extension.
The index file has a ‘.MYI’ (MYIndex) extension.



Discussion

No Comment Found