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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion