InterviewSolution
Saved Bookmarks
| 1. |
How is communication established with MySQL?(a) SQL(b) Network calls(c) A programming language like C++(d) APIs |
|
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. |
|