1.

What loads data files into tables?(a) mysqldump(b) mysqladmin(c) mysqlimport(d) mysqlexportThe question was posed to me in final exam.Origin of the question is MySQL Programs topic in portion MySQL Programming of MySQL

Answer»

Correct ANSWER is (c) MYSQLIMPORT

The explanation: ‘mysqlimport’ LOADS the data files into the tables. In MySQL, some distributions INCLUDE a set of some client PROGRAMS. ‘mysqldump’ exports the table definitions and the contents.



Discussion

No Comment Found

Related InterviewSolutions