InterviewSolution
Saved Bookmarks
| 1. |
Which of these exports table definitions and contents?(a) mysqldump(b) mysqladmin(c) mysqlimport(d) mysqlexport |
|
Answer» Right choice is (a) mysqldump Best explanation: In MySQL, some distributions include a set of some client programs. ‘mysqldump’ exports the table definitions and the contents. ‘mysqladmin’ performs adminisitrative tasks. |
|