Home » MYSQL » MySQL Database Operations » Question
  1. How is a delimited-text data file reloaded?
    1. mysqlimport
    2. mysqlexpand
    3. mysqltransfer
    4. mysqlexport
    5. None of these
Correct Option: A

In order to reload a delimited-text data file, use ‘LOAD DATA INFILE’ or ‘mysqlimport’. MySQL supports the incremental backups when the server is started with the ‘–log-bin’ option.



Your comments will be displayed only after manual approval.