-
What is the embedded server library containing the MySQL server linkable into applications?
-
- libmysqld
- libmysqlc
- libmysqlb
- libmysqla
- None of these
Correct Option: A
MySQL includes an embedded server library, libmysqld, containing the MySQL server in a way that can be linked into applications. This enables the production of MySQL-based standalone applications.