Home » MYSQL » MySQL Connectors and APIs » Question
  1. Which file can be used to execute multiple compile statements?
    1. dofile
    2. putfile
    3. makefile
    4. pushfile
    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.