1.

To reload a delimited text data file use ______________(a) mysqldump(b) mysqld(c) mysqlimport(d) mysqlnaiveThis question was posed to me in a job interview.The above asked question is from Database Maintenance, Backups and Replication topic in division MySQL Administration of MySQL

Answer»

Right option is (C) MYSQLIMPORT

Explanation: A WAY to create text data files along with files CONTAINING ‘CREATE TABLE’ statements for the backed up tables is to USE ‘mysqldump’ with –tab. To reload a delimited text data file ‘mysqlimport’ is used.



Discussion

No Comment Found

Related InterviewSolutions