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
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
Correct is A.
http://dev.mysql.com/doc/refman/5.6/en/mysql-commands.html
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.
A
A