Report Bug
Qus : In MySQL, what is the purpose of the SQL LOAD DATA INFILE statement?
Qus MySQL में, SQL लोड डेटा INFILE स्टेटमेंट का उद्देश्य क्या है

A. Loads data into a table from an external file
B. Deletes data from a table
C. Loads data into a temporary table
D. Inserts a new record into a table


Solution
A. Loads data into a table from an external file






Report Bug