1.

Which is the MySQL instance responsible for data processing?(a) MySQL client(b) MySQL server(c) SQL(d) Server daemon programI got this question in an interview for job.This question is from Basic Database Terminology in division General MySQL Use of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions