Google News
logo
MySQL - Quiz(MCQ)
Which of these exports table definitions and contents?
A)
mysqlimport
B)
mysqldump
C)
mysqladmin
D)
mysqlexport

Correct Answer :   mysqldump


Explanation : In MySQL, some distributions include a set of some client programs. ‘mysqldump’ exports the table definitions and the contents. ‘mysqladmin’ performs adminisitrative tasks.

Advertisement