Which types of data can the file contains to perform this?

You want to load data directly from a file into MYSQL by using the SOURCE command.
Which types of data can the file contains to perform this?

You want to load data directly from a file into MYSQL by using the SOURCE command.
Which types of data can the file contains to perform this?

A.
SQL commands

B.
Comma-delimited data

C.
Tab-delimited data

D.
MyISAM or InnoDB data files



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Jay

Jay

A

From MySQL 5.0 Certification Study Guide by Dubois, Hinz, and Pedersen:
“The QUIT and SOURCE commands that have already been discussed are examples of mysql commands.