Home » MYSQL » Mysql Basic » Question
  1. Which is the MySQL instance responsible for data processing?
    1. Server daemon program
    2. SQL
    3. MySQL client
    4. MySQL server
    5. 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.



Your comments will be displayed only after manual approval.