1.

How is communication established with MySQL?(a) SQL(b) Network calls(c) A programming language like C++(d) APIsI had been asked this question during an internship interview.The question is from Basic Database Terminology in section General MySQL Use of MySQL

Answer»

Correct ANSWER is (a) SQL

Explanation: SQL is the standard language for RDBMS systems like MYSQL. SQL queries facilitate QUICK information retrieval from tables and other ELEMENTARY operations required to MAINTAIN an RDBMS system.



Discussion

No Comment Found

Related InterviewSolutions