MySQL can be used to execute script files.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
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.

Join The Discussion