MCQOPTIONS
Saved Bookmarks
| 1. |
To execute the contents of a query file exec.sql by feeding it to mysql, which command is used? |
| A. | mysql exec.sql |
| B. | mysql exec |
| C. | mysql exec.sql > sampdb |
| D. | mysql sampdb < exec.sql |
| E. | None of these |
| Answer» E. None of these | |