1.

What exports table definitions and contents?(a) mysqldump(b) mysqladmin(c) mysqlimport(d) mysqlexportThis question was addressed to me in a job interview.I'd like to ask this question from MySQL Programs topic in division MySQL Programming of MySQL

Answer»

Right option is (a) mysqldump

The best I can explain: In MySQL, some distributions include a SET of some client programs. ‘mysqldump’ exports the table DEFINITIONS and the contents. ‘MYSQLADMIN’ performs adminisitrative TASKS.



Discussion

No Comment Found

Related InterviewSolutions