Database MCQS - QUESTION DETAILS

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.

Similar Questions

Which SQL function is used to find the total number of rows in a table?






What is the purpose of the SQL Server CROSS APPLY operator?






In SQL Server, what is the purpose of the CONTAINSTABLE function?






Which SQL Server statement is used to rename a table?






Which SQL statement is used to create a new table in a database?






Which SQL statement is used to insert new data into a table?






What is the purpose of the SQL Server SYSTEM_USER function?






What is the purpose of the SQL WHERE clause?






What does SQL stand for?






What is the purpose of the SQL AVG() function?