1. | What exports table definitions and contents? |
Answer: (a).mysqldump
|
2. | What loads data files into tables? |
Answer: (c).mysqlimport
|
3. | What performs administrative operations? |
Answer: (b).mysqladmin
|
4. | With MySQL programs, input handling can be customized. |
Answer: (a).True
|
5. | Input can be validated in MySQL programs. |
Answer: (a).True
|
6. | Which option executes all SQL statements in a SQL script irrespective of the number of errors? |
Answer: (c).–force
|
7. | Which of these is used during MySQL setup? |
Answer: (d).comp_err
|
8. | Which of these is not used to connect to the MySQL server? |
Answer: (d).mysql_upgrade
|
9. | Which program emulates the client load for a MySQL server? |
Answer: (a).mysqlslap
|
10. | Which program reads the statement from a binary log? |
Answer: (b).mysqlbinlog
|