Examveda

The file that can be used to execute multiple compile statements is . . . . . . . .

A. makefile

B. dofile

C. putfile

D. pushfile

Answer: Option A

Solution (By Examveda Team)

This question is asking about a file type used in MySQL to run multiple commands. Here's how to understand the options:
Option A: makefile
A Makefile is used in software development to organize the building of a project, but it's not specific to MySQL.
Option B: dofile
The dofile command in MySQL allows you to run commands from a file. This is the correct answer.
Option C: putfile
The putfile command is used to transfer data from a client to a server, not to execute commands.
Option D: pushfile
There is no pushfile command in MySQL.
Therefore, the correct answer is Option B: dofile

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous