In order to use the LOAD_DATA statement, your account needs to be given _____________________ privileges to access any files on the server that are available to the MySQL server account.

Fill in the blank(s) with the appropriate word(s).

file

Computer Science & Information Technology

You might also like to view...

Any time you use the new operator, it is good practice to

A) use delete afterwards to free the memory allocated by new. B) use a preprocessor directive. C) clear the data from the old operator D) All of the above E) None of the above

Computer Science & Information Technology

Which of the following are correct?

a. A constructor must be declared for each class. b. A constructor must be declared with a return type c. A default constructor can only be provided by the compiler. d. A class can have only one default constructor. e. A class can have only one constructor.

Computer Science & Information Technology