Home » MYSQL » Mysql miscellaneous » Question
  1. Which of these exports table definitions and contents?
    1. mysqlexport
    2. mysqlimport
    3. mysqladmin
    4. mysqldump
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.