-
How is a delimited-text data file reloaded?
-
- mysqlimport
- mysqlexpand
- mysqltransfer
- mysqlexport
- 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.