Home » MYSQL » MySQL Database Operations » Question
  1. To reload a delimited text data file use ______________.
    1. mysqlimport
    2. mysqlnaive
    3. mysqld
    4. mysqldump
    5. None of these
Correct Option: A

A way to create text data files along with files containing ‘CREATE TABLE’ statements for the backed up tables is to use ‘mysqldump’ with –tab. To reload a delimited text data file ‘mysqlimport’ is used.



Your comments will be displayed only after manual approval.