1.

The name of the format file for a table named my_tbl is __________(a) my_tbl.fmt(b) my_tbl.frm(c) my_tbl.fmr(d) my_tbl.ftmThis question was addressed to me during a job interview.This key question is from Arranging for MySQL Server Startup and Shutdown in portion General MySQL Administration of MySQL

Answer»

Right option is (b) my_tbl.frm

To ELABORATE: 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’).



Discussion

No Comment Found

Related InterviewSolutions