-
What is the embedded server library containing the MySQL server linkable into applications?
-
- libmysqlb
- libmysqld
- libmysqla
- libmysqlc
- None of these
Correct Option: B
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.