Q316
MySQL can be used to execute script files.
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
Solution:
This question asks if MySQL can run files that contain a series of commands, like a script. Think of a script as a list of instructions you give to a computer.
MySQL is a powerful database system, and it can definitely handle running these scripts.
So the answer is True.
MySQL uses special commands like SOURCE to run these script files.