Use the ____ command to import a text file into MySQL.

A. IMPORT FILE
B. IMPORT DATA FILE
C. LOAD DATA INFILE
D. LOAD TEXT FILE


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following can you not do while importing an Excel sheet into Access?

A) Set the data types B) Set the primary key C) Set the sort order D) Set the field names

Computer Science & Information Technology

All Web pages consist of just one HTML file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

________ style is the default print setting; it prints the text of the selected items one at a time.

a. Print b. Table c. Memo d. Standard

Computer Science & Information Technology

A program should compute two times x. Which statement has a logic error?

a. y = x + x; b. y = x * x; c. y = 2 * x; d. y = x * 2;

Computer Science & Information Technology