InterviewSolution
Saved Bookmarks
| 1. |
Which is the MySQL instance responsible for data processing?(a) MySQL client(b) MySQL server(c) SQL(d) Server daemon program |
|
Answer» Correct answer is (b) MySQL server To explain: MySQL uses 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. |
|