Home » MYSQL » MySQL Table Operations » Question
  1. What is the name of the format file for a table named my_tbl?
    1. my_tbl.ftm
    2. my_tbl.fmr
    3. my_tbl.fmt
    4. my_tbl.frm
    5. 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’).



Your comments will be displayed only after manual approval.