-
Which is the MySQL instance responsible for data processing?
-
- Server daemon program
- SQL
- MySQL client
- MySQL server
- None of these
Correct Option: D
MySQL uses the client-server architecture. The MySQL server program runs on the machine where databases are stored. SQL is a query language used for querying the tables and information retrieval.