Home » MYSQL » Mysql miscellaneous » Question
  1. The file that can be used to execute multiple compile statements is _________________.
    1. putfile
    2. pushfile
    3. makefile
    4. dofile
    5. None of these
Correct Option: C

The Makefile is used to write multiple commands in there. The file is executed by prefixing the command ‘make’ with the command to run the file script containing the statements.



Your comments will be displayed only after manual approval.