-
What is the name of the format file for a table named my_tbl?
-
- my_tbl.ftm
- my_tbl.fmr
- my_tbl.fmt
- my_tbl.frm
- None of these
Correct Option: D
Every time a table is created in MySQL, it creates a disk file containing the format of the table. It has two components, namely, base name (here, ‘my_tbl’) and an extension (here, ‘frm’).