Home » MYSQL » MySQL Programs » Question
  1. What loads data files into tables?
    1. mysqlimport
    2. mysqlexport
    3. mysqladmin
    4. mysqldump
    5. None of these
Correct Option: A

‘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.



Your comments will be displayed only after manual approval.