1.

What is used to reload a delimited text data file?(a) mysqldump(b) mysqld(c) mysqlimport(d) mysqlnaiveI have been asked this question in class test.Asked question is from String Data Types in section Data Type Reference, Operators and Functions of MySQL

Answer»

Correct 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