In MySQL, what is the purpose of the LOAD DATA INFILE statement?
A. Load data from a file into a table
B. Load data from a table into a file
C. Load data from one database to another
D. Load data from multiple tables
'LOAD DATA INFILE' is used to load data from a file into a table in MySQL.