Q. How is a delimited-text data file reloaded?
β
Correct Answer: (B)
mysqlimport
Explanation: This question asks about how to load data from a file that has data separated by a specific character (like a comma or tab). Think of it like a spreadsheet saved as a text file.